#45597D

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

Shades of Chambray #45597D

Tints of Chambray #45597D

Color information

#45597D (or 0x45597D) is unknown color: approx Chambray. HEX triplet: 45, 59 and 7D. RGB value is (69,89,125). Sum of RGB (Red+Green+Blue) = 69+89+125=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #45597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45597D is #BAA682. Grayscale: #565656. Windows color (decimal): -12232323 or 8214853. OLE color: 8214853.

HSL color Cylindrical-coordinate representation of color #45597D: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45597D is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6989125-
CMYK0.450.2900.51
HSL218.57º28.87%38.04%-
HSV(B)218.57º44.8%49.02%-
XYZ9.739.8920.8-
YUV87.12149.37115.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=24.38%
G=31.45%
B=44.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69891250.450.2900.51218.5728.8738.04
Hex45597D2D1D033db1d26
Octal10513117555350633333546
Binary1000101101100111111011011011110101100111101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,89,125); }

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

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

 a { background-color: rgb(69,89,125); }

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

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

 span { border-color: rgb(69,89,125); }

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