#45576E

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

Shades of Chambray #45576E

Tints of Chambray #45576E

Color information

#45576E (or 0x45576E) is unknown color: approx Chambray. HEX triplet: 45, 57 and 6E. RGB value is (69,87,110). Sum of RGB (Red+Green+Blue) = 69+87+110=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #45576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45576E is #BAA891. Grayscale: #545454. Windows color (decimal): -12232850 or 7231301. OLE color: 7231301.

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

Color convert

RGB6987110-
CMYK0.370.2100.57
HSL213.66º22.91%35.1%-
HSV(B)213.66º37.27%43.14%-
XYZ8.689.2116.07-
YUV84.24142.54117.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=25.94%
G=32.71%
B=41.35%

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
Decimal69871100.370.2100.57213.6622.9135.1
Hex45576E2515039d61723
Octal10512715645250713262743
Binary1000101101011111011101001011010101110011101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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