Html Css Color HEX #555ED2 Free Speech Blue

📋 copy color: '#555ED2'

red 85 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Blue #555ED2

Tints of Free Speech Blue #555ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 21.85%
G = 24.16%
B = 53.98%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#555ED2 (or 0x555ED2) is known color: Free Speech Blue. HEX triplet: 55, 5E and D2. RGB value is (85,94,210). Sum of RGB (Red+Green+Blue) = 85+94+210=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #555ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ED2 is #AAA12D. Grayscale: #686868. Windows color (decimal): -11182382 or 13786709. OLE color: 13786709.

HSL color Cylindrical-coordinate representation of color #555ED2: hue angle of 235.68º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555ED2 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 94 210 -
CMYK 0.60 0.55 0 0.18
HSL 235.68º 0.58% 0.58% -
HSV(B) 235.68º 0.6% 0.82% -
XYZ 19.38 14.59 62.77 -
YUV 104.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 85 94 210 0.60 0.55 0 0.18 235.68 0.58 0.58
Hex 55 5E D2 3C 37 0 12 EC 3A 3A
Octal 125 136 322 74 67 0 22 354 72 72
Binary 1010101 1011110 11010010 111100 110111 0 10010 11101100 111010 111010

Color Harmonies of #555ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ED2

Black with #555ED2

Text Example


Text Example

White with #555ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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