#45587C

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

Shades of Chambray #45587C

Tints of Chambray #45587C

Color information

#45587C (or 0x45587C) is unknown color: approx Chambray. HEX triplet: 45, 58 and 7C. RGB value is (69,88,124). Sum of RGB (Red+Green+Blue) = 69+88+124=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #45587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45587C is #BAA783. Grayscale: #565656. Windows color (decimal): -12232580 or 8149061. OLE color: 8149061.

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

Color convert

RGB6988124-
CMYK0.440.2900.51
HSL219.27º28.5%37.84%-
HSV(B)219.27º44.35%48.63%-
XYZ9.589.720.44-
YUV86.42149.21115.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=24.56%
G=31.32%
B=44.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69881240.440.2900.51219.2728.537.84
Hex45587C2C1D033db1c26
Octal10513017454350633333446
Binary1000101101100011111001011001110101100111101101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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