#45586C

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

Shades of Chambray #45586C

Tints of Chambray #45586C

Color information

#45586C (or 0x45586C) is unknown color: approx Chambray. HEX triplet: 45, 58 and 6C. RGB value is (69,88,108). Sum of RGB (Red+Green+Blue) = 69+88+108=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #45586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45586C is #BAA793. Grayscale: #545454. Windows color (decimal): -12232596 or 7100485. OLE color: 7100485.

HSL color Cylindrical-coordinate representation of color #45586C: hue angle of 210.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45586C is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6988108-
CMYK0.360.1900.58
HSL210.77º22.03%34.71%-
HSV(B)210.77º36.11%42.35%-
XYZ8.659.3315.53-
YUV84.6141.21116.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=26.04%
G=33.21%
B=40.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69881080.360.1900.58210.7722.0334.71
Hex45586C241303Ad31623
Octal10513015444230723232643
Binary1000101101100011011001001001001101110101101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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