Html Css Color HEX #5559CB Free Speech Blue

📋 copy color: '#5559CB'

red 85 ◦ green 89 ◦ blue 203

#5559CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5559CB

Tints of Free Speech Blue #5559CB

RGB

 RED value IS 85 (33.59% from 255) = 22.55%

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 22.55%
G = 23.61%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5559CB (or 0x5559CB) is known color: Free Speech Blue. HEX triplet: 55, 59 and CB. RGB value is (85,89,203). Sum of RGB (Red+Green+Blue) = 85+89+203=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5559CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559CB is #AAA634. Grayscale: #646464. Windows color (decimal): -11183669 or 13326677. OLE color: 13326677.

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

Color convert

RGB 85 89 203 -
CMYK 0.58 0.56 0 0.20
HSL 237.97º 0.53% 0.56% -
HSV(B) 237.97º 0.58% 0.8% -
XYZ 18.1 13.39 58.13 -
YUV 100.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 85 89 203 0.58 0.56 0 0.20 237.97 0.53 0.56
Hex 55 59 CB 3A 38 0 14 EE 35 38
Octal 125 131 313 72 70 0 24 356 65 70
Binary 1010101 1011001 11001011 111010 111000 0 10100 11101110 110101 111000

Color Harmonies of #5559CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5559CB

Black with #5559CB

Text Example


Text Example

White with #5559CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,89,203); }

 H1.HeaderClassName
 {
   color: #5559CB;
 }
 .AnyTagClassName
 {
   color: #5559CB;
 }
</style>

background-color css

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

 a { background-color: rgb(85,89,203); }

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

border-color css

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

 span { border-color: rgb(85,89,203); }

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