#555AD1

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

Shades of Free Speech Blue #555AD1

Tints of Free Speech Blue #555AD1

Color information

#555AD1 (or 0x555AD1) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5A and D1. RGB value is (85,90,209). Sum of RGB (Red+Green+Blue) = 85+90+209=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #555AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD1 is #AAA52E. Grayscale: #656565. Windows color (decimal): -11183407 or 13720149. OLE color: 13720149.

HSL color Cylindrical-coordinate representation of color #555AD1: hue angle of 237.58º 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 #555AD1 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8590209-
CMYK0.590.5700.18
HSL237.58º57.41%57.65%-
HSV(B)237.58º59.33%81.96%-
XYZ18.9113.8562-
YUV102.07188.34115.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 209 (82.03% from 255) = 54.43%
R=22.14%
G=23.44%
B=54.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85902090.590.5700.18237.5857.4157.65
Hex555AD13B39012ee393a
Octal12513232173710223567172
Binary101010110110101101000111101111100101001011101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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