#556082

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

Shades of Chambray #556082

Tints of Chambray #556082

Color information

#556082 (or 0x556082) is unknown color: approx Chambray. HEX triplet: 55, 60 and 82. RGB value is (85,96,130). Sum of RGB (Red+Green+Blue) = 85+96+130=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #556082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556082 is #AA9F7D. Grayscale: #606060. Windows color (decimal): -11181950 or 8544341. OLE color: 8544341.

HSL color Cylindrical-coordinate representation of color #556082: hue angle of 225.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556082 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8596130-
CMYK0.350.2600.49
HSL225.33º20.93%42.16%-
HSV(B)225.33º34.62%50.98%-
XYZ11.9611.9122.79-
YUV96.59146.86119.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=27.33%
G=30.87%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85961300.350.2600.49225.3320.9342.16
Hex556082231A031e1152a
Octal12514020243320613412552
Binary10101011100000100000101000111101001100011110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556082; }

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

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

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

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

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

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

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

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