#555D76

Color #555D76 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #555D76

Tints of Chambray #555D76

Color information

#555D76 (or 0x555D76) is unknown color: approx Chambray. HEX triplet: 55, 5D and 76. RGB value is (85,93,118). Sum of RGB (Red+Green+Blue) = 85+93+118=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #555D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D76 is #AAA289. Grayscale: #5D5D5D. Windows color (decimal): -11182730 or 7757141. OLE color: 7757141.

HSL color Cylindrical-coordinate representation of color #555D76: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555D76 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8593118-
CMYK0.280.2100.54
HSL225.45º16.26%39.8%-
HSV(B)225.45º27.97%46.27%-
XYZ10.9311.0718.7-
YUV93.46141.85121.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=28.72%
G=31.42%
B=39.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85931180.280.2100.54225.4516.2639.8
Hex555D761C15036e11028
Octal12513516634250663412050
Binary101010110111011110110111001010101101101110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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