#42566D

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

Shades of Chambray #42566D

Tints of Chambray #42566D

Color information

#42566D (or 0x42566D) is unknown color: approx Chambray. HEX triplet: 42, 56 and 6D. RGB value is (66,86,109). Sum of RGB (Red+Green+Blue) = 66+86+109=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #42566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42566D is #BDA992. Grayscale: #525252. Windows color (decimal): -12429715 or 7165506. OLE color: 7165506.

HSL color Cylindrical-coordinate representation of color #42566D: hue angle of 212.09º 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 #42566D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6686109-
CMYK0.390.2100.57
HSL212.09º24.57%34.31%-
HSV(B)212.09º39.45%42.75%-
XYZ8.338.9215.75-
YUV82.64142.87116.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=25.29%
G=32.95%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66861090.390.2100.57212.0924.5734.31
Hex42566D2715039d41922
Octal10212615547250713243142
Binary1000010101011011011011001111010101110011101010011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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