#556072

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

Shades of Chambray #556072

Tints of Chambray #556072

Color information

#556072 (or 0x556072) is unknown color: approx Chambray. HEX triplet: 55, 60 and 72. RGB value is (85,96,114). Sum of RGB (Red+Green+Blue) = 85+96+114=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #556072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556072 is #AA9F8D. Grayscale: #5E5E5E. Windows color (decimal): -11181966 or 7495765. OLE color: 7495765.

HSL color Cylindrical-coordinate representation of color #556072: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556072 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8596114-
CMYK0.250.1600.55
HSL217.24º14.57%39.02%-
HSV(B)217.24º25.44%44.71%-
XYZ10.9711.5117.56-
YUV94.76138.86121.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=28.81%
G=32.54%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85961140.250.1600.55217.2414.5739.02
Hex5560721910037d9f27
Octal12514016231200673311747
Binary10101011100000111001011001100000110111110110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556072; }

 p { color: rgb(85,96,114); }

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

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

 a { background-color: rgb(85,96,114); }

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

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

 span { border-color: rgb(85,96,114); }

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