#555DD5

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

Shades of Free Speech Blue #555DD5

Tints of Free Speech Blue #555DD5

Color information

#555DD5 (or 0x555DD5) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5D and D5. RGB value is (85,93,213). Sum of RGB (Red+Green+Blue) = 85+93+213=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #555DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DD5 is #AAA22A. Grayscale: #676767. Windows color (decimal): -11182635 or 13983061. OLE color: 13983061.

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

Color convert

RGB8593213-
CMYK0.600.5600.16
HSL236.25º60.38%58.43%-
HSV(B)236.25º60.09%83.53%-
XYZ19.6714.5664.73-
YUV104.29189.35114.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 213 (83.59% from 255) = 54.48%
R=21.74%
G=23.79%
B=54.48%

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
Decimal85932130.600.5600.16236.2560.3858.43
Hex555DD53C38010ec3c3a
Octal12513532574700203547472
Binary101010110111011101010111110011100001000011101100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,213); }

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

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

 a { background-color: rgb(85,93,213); }

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

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

 span { border-color: rgb(85,93,213); }

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