#5362C4

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

Shades of Free Speech Blue #5362C4

Tints of Free Speech Blue #5362C4

Color information

#5362C4 (or 0x5362C4) is unknown color: approx Free Speech Blue. HEX triplet: 53, 62 and C4. RGB value is (83,98,196). Sum of RGB (Red+Green+Blue) = 83+98+196=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #5362C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5362C4 is #AC9D3B. Grayscale: #686868. Windows color (decimal): -11312444 or 12870227. OLE color: 12870227.

HSL color Cylindrical-coordinate representation of color #5362C4: hue angle of 232.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5362C4 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8398196-
CMYK0.580.500.23
HSL232.04º48.92%54.71%-
HSV(B)232.04º57.65%76.86%-
XYZ17.914.5654.09-
YUV104.69179.53112.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 196 (76.95% from 255) = 51.99%
R=22.02%
G=25.99%
B=51.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83981960.580.500.23232.0448.9254.71
Hex5362C43A32017e83137
Octal12314230472620273506167
Binary101001111000101100010011101011001001011111101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5362C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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