Html Css Color HEX #555BCD Free Speech Blue

📋 copy color: '#555BCD'

red 85 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #555BCD

Tints of Free Speech Blue #555BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 22.31%
G = 23.88%
B = 53.81%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#555BCD (or 0x555BCD) is known color: Free Speech Blue. HEX triplet: 55, 5B and CD. RGB value is (85,91,205). Sum of RGB (Red+Green+Blue) = 85+91+205=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #555BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCD is #AAA432. Grayscale: #656565. Windows color (decimal): -11183155 or 13458261. OLE color: 13458261.

HSL color Cylindrical-coordinate representation of color #555BCD: hue angle of 237º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555BCD is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 91 205 -
CMYK 0.59 0.56 0 0.20
HSL 237º 0.55% 0.57% -
HSV(B) 237º 0.59% 0.8% -
XYZ 18.51 13.82 59.45 -
YUV 102.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 85 91 205 0.59 0.56 0 0.20 237 0.55 0.57
Hex 55 5B CD 3B 38 0 14 ED 37 39
Octal 125 133 315 73 70 0 24 355 67 71
Binary 1010101 1011011 11001101 111011 111000 0 10100 11101101 110111 111001

Color Harmonies of #555BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BCD

Black with #555BCD

Text Example


Text Example

White with #555BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555BCD; }

 p { color: rgb(85,91,205); }

 H1.HeaderClassName
 {
   color: #555BCD;
 }
 .AnyTagClassName
 {
   color: #555BCD;
 }
</style>

background-color css

<style>
 a { background-color: #555BCD; }

 a { background-color: rgb(85,91,205); }

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

border-color css

<style>
 span { border-color: #555BCD; }

 span { border-color: rgb(85,91,205); }

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