#556078

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

Shades of Chambray #556078

Tints of Chambray #556078

Color information

#556078 (or 0x556078) is unknown color: approx Chambray. HEX triplet: 55, 60 and 78. RGB value is (85,96,120). Sum of RGB (Red+Green+Blue) = 85+96+120=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #556078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556078 is #AA9F87. Grayscale: #5F5F5F. Windows color (decimal): -11181960 or 7888981. OLE color: 7888981.

HSL color Cylindrical-coordinate representation of color #556078: hue angle of 221.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556078 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8596120-
CMYK0.290.200.53
HSL221.14º17.07%40.2%-
HSV(B)221.14º29.17%47.06%-
XYZ11.3211.6519.42-
YUV95.45141.86120.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=28.24%
G=31.89%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85961200.290.200.53221.1417.0740.2
Hex5560781D14035dd1128
Octal12514017035240653352150
Binary101010111000001111000111011010001101011101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556078; }

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

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

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

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

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

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

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

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