#45566F

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

Shades of Chambray #45566F

Tints of Chambray #45566F

Color information

#45566F (or 0x45566F) is unknown color: approx Chambray. HEX triplet: 45, 56 and 6F. RGB value is (69,86,111). Sum of RGB (Red+Green+Blue) = 69+86+111=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #45566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45566F is #BAA990. Grayscale: #535353. Windows color (decimal): -12233105 or 7296581. OLE color: 7296581.

HSL color Cylindrical-coordinate representation of color #45566F: hue angle of 215.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45566F is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6986111-
CMYK0.380.2300.56
HSL215.71º23.33%35.29%-
HSV(B)215.71º37.84%43.53%-
XYZ8.659.0716.33-
YUV83.77143.37117.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=25.94%
G=32.33%
B=41.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69861110.380.2300.56215.7123.3335.29
Hex45566F2617038d81723
Octal10512615746270703302743
Binary1000101101011011011111001101011101110001101100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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