#45576D

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

Shades of Chambray #45576D

Tints of Chambray #45576D

Color information

#45576D (or 0x45576D) is unknown color: approx Chambray. HEX triplet: 45, 57 and 6D. RGB value is (69,87,109). Sum of RGB (Red+Green+Blue) = 69+87+109=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #45576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45576D is #BAA892. Grayscale: #545454. Windows color (decimal): -12232851 or 7165765. OLE color: 7165765.

HSL color Cylindrical-coordinate representation of color #45576D: hue angle of 213º 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 #45576D is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6987109-
CMYK0.370.2000.57
HSL213º22.47%34.9%-
HSV(B)213º36.7%42.75%-
XYZ8.629.1915.79-
YUV84.13142.04117.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=26.04%
G=32.83%
B=41.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69871090.370.2000.5721322.4734.9
Hex45576D2514039d51623
Octal10512715545240713252643
Binary1000101101011111011011001011010001110011101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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