#45587A

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

Shades of Chambray #45587A

Tints of Chambray #45587A

Color information

#45587A (or 0x45587A) is unknown color: approx Chambray. HEX triplet: 45, 58 and 7A. RGB value is (69,88,122). Sum of RGB (Red+Green+Blue) = 69+88+122=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #45587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45587A is #BAA785. Grayscale: #565656. Windows color (decimal): -12232582 or 8017989. OLE color: 8017989.

HSL color Cylindrical-coordinate representation of color #45587A: hue angle of 218.49º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45587A is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6988122-
CMYK0.430.2800.52
HSL218.49º27.75%37.45%-
HSV(B)218.49º43.44%47.84%-
XYZ9.469.6519.78-
YUV86.2148.21115.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=24.73%
G=31.54%
B=43.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69881220.430.2800.52218.4927.7537.45
Hex45587A2B1C034da1c25
Octal10513017253340643323445
Binary1000101101100011110101010111110001101001101101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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