Html Css Color HEX #555ECD Free Speech Blue

📋 copy color: '#555ECD'

red 85 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Blue #555ECD

Tints of Free Speech Blue #555ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

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

R = 22.14%
G = 24.48%
B = 53.39%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#555ECD (or 0x555ECD) is known color: Free Speech Blue. HEX triplet: 55, 5E and CD. RGB value is (85,94,205). Sum of RGB (Red+Green+Blue) = 85+94+205=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #555ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ECD is #AAA132. Grayscale: #676767. Windows color (decimal): -11182387 or 13459029. OLE color: 13459029.

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

Color convert

RGB 85 94 205 -
CMYK 0.59 0.54 0 0.20
HSL 235.5º 0.55% 0.57% -
HSV(B) 235.5º 0.59% 0.8% -
XYZ 18.77 14.34 59.54 -
YUV 103.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 85 94 205 0.59 0.54 0 0.20 235.5 0.55 0.57
Hex 55 5E CD 3B 36 0 14 EC 37 39
Octal 125 136 315 73 66 0 24 354 67 71
Binary 1010101 1011110 11001101 111011 110110 0 10100 11101100 110111 111001

Color Harmonies of #555ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ECD

Black with #555ECD

Text Example


Text Example

White with #555ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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