#45587D

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

Shades of Chambray #45587D

Tints of Chambray #45587D

Color information

#45587D (or 0x45587D) is unknown color: approx Chambray. HEX triplet: 45, 58 and 7D. RGB value is (69,88,125). Sum of RGB (Red+Green+Blue) = 69+88+125=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #45587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45587D is #BAA782. Grayscale: #565656. Windows color (decimal): -12232579 or 8214597. OLE color: 8214597.

HSL color Cylindrical-coordinate representation of color #45587D: hue angle of 219.64º 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 #45587D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6988125-
CMYK0.450.3000.51
HSL219.64º28.87%38.04%-
HSV(B)219.64º44.8%49.02%-
XYZ9.659.7320.77-
YUV86.54149.71115.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=24.47%
G=31.21%
B=44.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69881250.450.3000.51219.6428.8738.04
Hex45587D2D1E033dc1d26
Octal10513017555360633343546
Binary1000101101100011111011011011111001100111101110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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