#5659C9

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

Shades of Free Speech Blue #5659C9

Tints of Free Speech Blue #5659C9

Color information

#5659C9 (or 0x5659C9) is unknown color: approx Free Speech Blue. HEX triplet: 56, 59 and C9. RGB value is (86,89,201). Sum of RGB (Red+Green+Blue) = 86+89+201=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #5659C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659C9 is #A9A636. Grayscale: #646464. Windows color (decimal): -11118135 or 13195606. OLE color: 13195606.

HSL color Cylindrical-coordinate representation of color #5659C9: hue angle of 238.43º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5659C9 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8689201-
CMYK0.570.5600.21
HSL238.43º51.57%56.27%-
HSV(B)238.43º57.21%78.82%-
XYZ17.9513.3456.89-
YUV100.87184.51117.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=22.87%
G=23.67%
B=53.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86892010.570.5600.21238.4351.5756.27
Hex5659C93938015ee3438
Octal12613131171700253566470
Binary101011010110011100100111100111100001010111101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5659C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5659C9; }

 p { color: rgb(86,89,201); }

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

<style>
 a { background-color: #5659C9; }

 a { background-color: rgb(86,89,201); }

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

<style>
 span { border-color: #5659C9; }

 span { border-color: rgb(86,89,201); }

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