Html Css Color HEX #555CCD Free Speech Blue

📋 copy color: '#555CCD'

red 85 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #555CCD

Tints of Free Speech Blue #555CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 22.25%
G = 24.08%
B = 53.66%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#555CCD (or 0x555CCD) is known color: Free Speech Blue. HEX triplet: 55, 5C and CD. RGB value is (85,92,205). Sum of RGB (Red+Green+Blue) = 85+92+205=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #555CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCD is #AAA332. Grayscale: #666666. Windows color (decimal): -11182899 or 13458517. OLE color: 13458517.

HSL color Cylindrical-coordinate representation of color #555CCD: hue angle of 236.5º 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 #555CCD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 92 205 -
CMYK 0.59 0.55 0 0.20
HSL 236.5º 0.55% 0.57% -
HSV(B) 236.5º 0.59% 0.8% -
XYZ 18.59 13.99 59.48 -
YUV 102.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 85 92 205 0.59 0.55 0 0.20 236.5 0.55 0.57
Hex 55 5C CD 3B 37 0 14 EC 37 39
Octal 125 134 315 73 67 0 24 354 67 71
Binary 1010101 1011100 11001101 111011 110111 0 10100 11101100 110111 111001

Color Harmonies of #555CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CCD

Black with #555CCD

Text Example


Text Example

White with #555CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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