#45576C

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

Shades of Chambray #45576C

Tints of Chambray #45576C

Color information

#45576C (or 0x45576C) is unknown color: approx Chambray. HEX triplet: 45, 57 and 6C. RGB value is (69,87,108). Sum of RGB (Red+Green+Blue) = 69+87+108=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #45576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45576C is #BAA893. Grayscale: #535353. Windows color (decimal): -12232852 or 7100229. OLE color: 7100229.

HSL color Cylindrical-coordinate representation of color #45576C: hue angle of 212.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45576C is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6987108-
CMYK0.360.1900.58
HSL212.31º22.03%34.71%-
HSV(B)212.31º36.11%42.35%-
XYZ8.579.1615.5-
YUV84.01141.54117.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=26.14%
G=32.95%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69871080.360.1900.58212.3122.0334.71
Hex45576C241303Ad41623
Octal10512715444230723242643
Binary1000101101011111011001001001001101110101101010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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