Html Css Color HEX #555ECB Free Speech Blue

📋 copy color: '#555ECB'

red 85 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #555ECB

Tints of Free Speech Blue #555ECB

RGB

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

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

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

R = 22.25%
G = 24.61%
B = 53.14%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#555ECB (or 0x555ECB) is known color: Free Speech Blue. HEX triplet: 55, 5E and CB. RGB value is (85,94,203). Sum of RGB (Red+Green+Blue) = 85+94+203=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #555ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ECB is #AAA134. Grayscale: #676767. Windows color (decimal): -11182389 or 13327957. OLE color: 13327957.

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

Color convert

RGB 85 94 203 -
CMYK 0.58 0.54 0 0.20
HSL 235.42º 0.53% 0.56% -
HSV(B) 235.42º 0.58% 0.8% -
XYZ 18.53 14.25 58.27 -
YUV 103.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 85 94 203 0.58 0.54 0 0.20 235.42 0.53 0.56
Hex 55 5E CB 3A 36 0 14 EB 35 38
Octal 125 136 313 72 66 0 24 353 65 70
Binary 1010101 1011110 11001011 111010 110110 0 10100 11101011 110101 111000

Color Harmonies of #555ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ECB

Black with #555ECB

Text Example


Text Example

White with #555ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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