#5362CA

Color #5362CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5362CA

Tints of Free Speech Blue #5362CA

Color information

#5362CA (or 0x5362CA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 62 and CA. RGB value is (83,98,202). Sum of RGB (Red+Green+Blue) = 83+98+202=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5362CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5362CA is #AC9D35. Grayscale: #686868. Windows color (decimal): -11312438 or 13263443. OLE color: 13263443.

HSL color Cylindrical-coordinate representation of color #5362CA: hue angle of 232.44º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5362CA is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8398202-
CMYK0.590.5100.21
HSL232.44º52.89%55.88%-
HSV(B)232.44º58.91%79.22%-
XYZ18.614.8457.76-
YUV105.37182.53112.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=21.67%
G=25.59%
B=52.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83982020.590.5100.21232.4452.8955.88
Hex5362CA3B33015e83538
Octal12314231273630253506570
Binary101001111000101100101011101111001101010111101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5362CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5362CA; }

 p { color: rgb(83,98,202); }

 H1.HeaderClassName
 {
   color: #5362CA;
 }
 .AnyTagClassName
 {
   color: #5362CA;
 }
</style>
background-color css

<style>
 a { background-color: #5362CA; }

 a { background-color: rgb(83,98,202); }

 div.DivClassName
 {
   background-color: #5362CA;
 }
 .BgClassName
 {
   background-color: #5362CA;
 }
</style>
border-color css

<style>
 span { border-color: #5362CA; }

 span { border-color: rgb(83,98,202); }

 td.TdClassName
 {
   border-color: #5362CA;
 }
 .TagClassName
 {
   border-color: #5362CA;
 }
</style>