#45596D

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

Shades of Chambray #45596D

Tints of Chambray #45596D

Color information

#45596D (or 0x45596D) is unknown color: approx Chambray. HEX triplet: 45, 59 and 6D. RGB value is (69,89,109). Sum of RGB (Red+Green+Blue) = 69+89+109=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #45596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45596D is #BAA692. Grayscale: #555555. Windows color (decimal): -12232339 or 7166277. OLE color: 7166277.

HSL color Cylindrical-coordinate representation of color #45596D: hue angle of 210º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45596D is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6989109-
CMYK0.370.1800.57
HSL210º22.47%34.9%-
HSV(B)210º36.7%42.75%-
XYZ8.799.5115.84-
YUV85.3141.37116.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=25.84%
G=33.33%
B=40.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69891090.370.1800.5721022.4734.9
Hex45596D2512039d21623
Octal10513115545220713222643
Binary1000101101100111011011001011001001110011101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45596D; }

 p { color: rgb(69,89,109); }

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

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

 a { background-color: rgb(69,89,109); }

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

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

 span { border-color: rgb(69,89,109); }

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