#555D71

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

Shades of Chambray #555D71

Tints of Chambray #555D71

Color information

#555D71 (or 0x555D71) is unknown color: approx Chambray. HEX triplet: 55, 5D and 71. RGB value is (85,93,113). Sum of RGB (Red+Green+Blue) = 85+93+113=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #555D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D71 is #AAA28E. Grayscale: #5C5C5C. Windows color (decimal): -11182735 or 7429461. OLE color: 7429461.

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

Color convert

RGB8593113-
CMYK0.250.1800.56
HSL222.86º14.14%38.82%-
HSV(B)222.86º24.78%44.31%-
XYZ10.6410.9517.18-
YUV92.89139.35122.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=29.21%
G=31.96%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85931130.250.1800.56222.8614.1438.82
Hex555D711912038dfe27
Octal12513516131220703371647
Binary10101011011101111000111001100100111000110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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