#42576D

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

Shades of Chambray #42576D

Tints of Chambray #42576D

Color information

#42576D (or 0x42576D) is unknown color: approx Chambray. HEX triplet: 42, 57 and 6D. RGB value is (66,87,109). Sum of RGB (Red+Green+Blue) = 66+87+109=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #42576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576D is #BDA892. Grayscale: #535353. Windows color (decimal): -12429459 or 7165762. OLE color: 7165762.

HSL color Cylindrical-coordinate representation of color #42576D: hue angle of 210.7º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42576D is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6687109-
CMYK0.390.2000.57
HSL210.7º24.57%34.31%-
HSV(B)210.7º39.45%42.75%-
XYZ8.429.0815.78-
YUV83.23142.54115.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=25.19%
G=33.21%
B=41.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66871090.390.2000.57210.724.5734.31
Hex42576D2714039d31922
Octal10212715547240713233142
Binary1000010101011111011011001111010001110011101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,87,109); }

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

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

 a { background-color: rgb(66,87,109); }

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

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

 span { border-color: rgb(66,87,109); }

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