#555ED7

Color #555ED7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #555ED7

Tints of Free Speech Blue #555ED7

Color information

#555ED7 (or 0x555ED7) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5E and D7. RGB value is (85,94,215). Sum of RGB (Red+Green+Blue) = 85+94+215=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #555ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ED7 is #AAA128. Grayscale: #686868. Windows color (decimal): -11182377 or 14114389. OLE color: 14114389.

HSL color Cylindrical-coordinate representation of color #555ED7: hue angle of 235.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555ED7 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8594215-
CMYK0.600.5600.16
HSL235.85º61.9%58.82%-
HSV(B)235.85º60.47%84.31%-
XYZ20.0114.8466.1-
YUV105.1190.02113.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=21.57%
G=23.86%
B=54.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85942150.600.5600.16235.8561.958.82
Hex555ED73C38010ec3e3b
Octal12513632774700203547673
Binary101010110111101101011111110011100001000011101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555ED7;
 }
 .AnyTagClassName
 {
   color: #555ED7;
 }
</style>
background-color css

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

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

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

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

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

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