#45566D

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

Shades of Chambray #45566D

Tints of Chambray #45566D

Color information

#45566D (or 0x45566D) is unknown color: approx Chambray. HEX triplet: 45, 56 and 6D. RGB value is (69,86,109). Sum of RGB (Red+Green+Blue) = 69+86+109=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #45566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45566D is #BAA992. Grayscale: #535353. Windows color (decimal): -12233107 or 7165509. OLE color: 7165509.

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

Color convert

RGB6986109-
CMYK0.370.2100.57
HSL214.5º22.47%34.9%-
HSV(B)214.5º36.7%42.75%-
XYZ8.549.0215.76-
YUV83.54142.37117.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=26.14%
G=32.58%
B=41.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69861090.370.2100.57214.522.4734.9
Hex45566D2515039d61623
Octal10512615545250713262643
Binary1000101101011011011011001011010101110011101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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