#555BD1

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

Shades of Free Speech Blue #555BD1

Tints of Free Speech Blue #555BD1

Color information

#555BD1 (or 0x555BD1) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5B and D1. RGB value is (85,91,209). Sum of RGB (Red+Green+Blue) = 85+91+209=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #555BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BD1 is #AAA42E. Grayscale: #666666. Windows color (decimal): -11183151 or 13720405. OLE color: 13720405.

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

Color convert

RGB8591209-
CMYK0.590.5600.18
HSL237.1º57.41%57.65%-
HSV(B)237.1º59.33%81.96%-
XYZ1914.0262.03-
YUV102.66188.01115.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=22.08%
G=23.64%
B=54.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85912090.590.5600.18237.157.4157.65
Hex555BD13B38012ed393a
Octal12513332173700223557172
Binary101010110110111101000111101111100001001011101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,209); }

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

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

 a { background-color: rgb(85,91,209); }

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

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

 span { border-color: rgb(85,91,209); }

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