#555D70

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

Shades of Chambray #555D70

Tints of Chambray #555D70

Color information

#555D70 (or 0x555D70) is unknown color: approx Chambray. HEX triplet: 55, 5D and 70. RGB value is (85,93,112). Sum of RGB (Red+Green+Blue) = 85+93+112=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #555D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D70 is #AAA28F. Grayscale: #5C5C5C. Windows color (decimal): -11182736 or 7363925. OLE color: 7363925.

HSL color Cylindrical-coordinate representation of color #555D70: hue angle of 222.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555D70 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8593112-
CMYK0.240.1700.56
HSL222.22º13.71%38.63%-
HSV(B)222.22º24.11%43.92%-
XYZ10.5910.9316.88-
YUV92.77138.85122.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=29.31%
G=32.07%
B=38.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85931120.240.1700.56222.2213.7138.63
Hex555D701811038dee27
Octal12513516030210703361647
Binary10101011011101111000011000100010111000110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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