#5662C4

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

Shades of Free Speech Blue #5662C4

Tints of Free Speech Blue #5662C4

Color information

#5662C4 (or 0x5662C4) is unknown color: approx Free Speech Blue. HEX triplet: 56, 62 and C4. RGB value is (86,98,196). Sum of RGB (Red+Green+Blue) = 86+98+196=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #5662C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662C4 is #A99D3B. Grayscale: #696969. Windows color (decimal): -11115836 or 12870230. OLE color: 12870230.

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

Color convert

RGB8698196-
CMYK0.560.500.23
HSL233.45º48.25%55.29%-
HSV(B)233.45º56.12%76.86%-
XYZ18.1714.754.1-
YUV105.58179.02114.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 196 (76.95% from 255) = 51.58%
R=22.63%
G=25.79%
B=51.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86981960.560.500.23233.4548.2555.29
Hex5662C43832017e93037
Octal12614230470620273516067
Binary101011011000101100010011100011001001011111101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5662C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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