#5659C6

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

Shades of Free Speech Blue #5659C6

Tints of Free Speech Blue #5659C6

Color information

#5659C6 (or 0x5659C6) is unknown color: approx Free Speech Blue. HEX triplet: 56, 59 and C6. RGB value is (86,89,198). Sum of RGB (Red+Green+Blue) = 86+89+198=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #5659C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659C6 is #A9A639. Grayscale: #646464. Windows color (decimal): -11118138 or 12998998. OLE color: 12998998.

HSL color Cylindrical-coordinate representation of color #5659C6: hue angle of 238.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5659C6 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8689198-
CMYK0.570.5500.22
HSL238.39º49.56%55.69%-
HSV(B)238.39º56.57%77.65%-
XYZ17.613.255.05-
YUV100.53183.01117.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=23.06%
G=23.86%
B=53.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86891980.570.5500.22238.3949.5655.69
Hex5659C63937016ee3238
Octal12613130671670263566270
Binary101011010110011100011011100111011101011011101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5659C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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