#405576

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

Shades of Chambray #405576

Tints of Chambray #405576

Color information

#405576 (or 0x405576) is unknown color: approx Chambray. HEX triplet: 40, 55 and 76. RGB value is (64,85,118). Sum of RGB (Red+Green+Blue) = 64+85+118=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #405576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405576 is #BFAA89. Grayscale: #525252. Windows color (decimal): -12561034 or 7755072. OLE color: 7755072.

HSL color Cylindrical-coordinate representation of color #405576: hue angle of 216.67º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405576 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6485118-
CMYK0.460.2800.54
HSL216.67º29.67%35.69%-
HSV(B)216.67º45.76%46.27%-
XYZ8.638.8918.4-
YUV82.48148.04114.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=23.97%
G=31.84%
B=44.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64851180.460.2800.54216.6729.6735.69
Hex4055762E1C036d91e24
Octal10012516656340663313644
Binary1000000101010111101101011101110001101101101100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405576; }

 p { color: rgb(64,85,118); }

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

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

 a { background-color: rgb(64,85,118); }

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

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

 span { border-color: rgb(64,85,118); }

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