#5864CB

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

Shades of Free Speech Blue #5864CB

Tints of Free Speech Blue #5864CB

Color information

#5864CB (or 0x5864CB) is unknown color: approx Free Speech Blue. HEX triplet: 58, 64 and CB. RGB value is (88,100,203). Sum of RGB (Red+Green+Blue) = 88+100+203=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5864CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864CB is #A79B34. Grayscale: #6B6B6B. Windows color (decimal): -10984245 or 13329496. OLE color: 13329496.

HSL color Cylindrical-coordinate representation of color #5864CB: hue angle of 233.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5864CB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88100203-
CMYK0.570.5100.20
HSL233.74º52.51%57.06%-
HSV(B)233.74º56.65%79.61%-
XYZ19.3615.558.47-
YUV108.15181.52113.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=22.51%
G=25.58%
B=51.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881002030.570.5100.20233.7452.5157.06
Hex5864CB3933014ea3539
Octal13014431371630243526571
Binary101100011001001100101111100111001101010011101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5864CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5864CB; }

 p { color: rgb(88,100,203); }

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

<style>
 a { background-color: #5864CB; }

 a { background-color: rgb(88,100,203); }

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

<style>
 span { border-color: #5864CB; }

 span { border-color: rgb(88,100,203); }

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