#555E70

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

Shades of Chambray #555E70

Tints of Chambray #555E70

Color information

#555E70 (or 0x555E70) is unknown color: approx Chambray. HEX triplet: 55, 5E and 70. RGB value is (85,94,112). Sum of RGB (Red+Green+Blue) = 85+94+112=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #555E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E70 is #AAA18F. Grayscale: #5D5D5D. Windows color (decimal): -11182480 or 7364181. OLE color: 7364181.

HSL color Cylindrical-coordinate representation of color #555E70: hue angle of 220º 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 #555E70 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8594112-
CMYK0.240.1600.56
HSL220º13.71%38.63%-
HSV(B)220º24.11%43.92%-
XYZ10.6711.1116.91-
YUV93.36138.52122.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=29.21%
G=32.30%
B=38.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85941120.240.1600.5622013.7138.63
Hex555E701810038dce27
Octal12513616030200703341647
Binary10101011011110111000011000100000111000110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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