#45566E

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

Shades of Chambray #45566E

Tints of Chambray #45566E

Color information

#45566E (or 0x45566E) is unknown color: approx Chambray. HEX triplet: 45, 56 and 6E. RGB value is (69,86,110). Sum of RGB (Red+Green+Blue) = 69+86+110=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #45566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45566E is #BAA991. Grayscale: #535353. Windows color (decimal): -12233106 or 7231045. OLE color: 7231045.

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

Color convert

RGB6986110-
CMYK0.370.2200.57
HSL215.12º22.91%35.1%-
HSV(B)215.12º37.27%43.14%-
XYZ8.69.0516.04-
YUV83.65142.87117.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=26.04%
G=32.45%
B=41.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69861100.370.2200.57215.1222.9135.1
Hex45566E2516039d71723
Octal10512615645260713272743
Binary1000101101011011011101001011011001110011101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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