#555F71

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

Shades of Chambray #555F71

Tints of Chambray #555F71

Color information

#555F71 (or 0x555F71) is unknown color: approx Chambray. HEX triplet: 55, 5F and 71. RGB value is (85,95,113). Sum of RGB (Red+Green+Blue) = 85+95+113=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #555F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F71 is #AAA08E. Grayscale: #5D5D5D. Windows color (decimal): -11182223 or 7429973. OLE color: 7429973.

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

Color convert

RGB8595113-
CMYK0.250.1600.56
HSL218.57º14.14%38.82%-
HSV(B)218.57º24.78%44.31%-
XYZ10.8211.3117.24-
YUV94.06138.69121.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=29.01%
G=32.42%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85951130.250.1600.56218.5714.1438.82
Hex555F711910038dbe27
Octal12513716131200703331647
Binary10101011011111111000111001100000111000110110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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