#42556E

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

Shades of Chambray #42556E

Tints of Chambray #42556E

Color information

#42556E (or 0x42556E) is unknown color: approx Chambray. HEX triplet: 42, 55 and 6E. RGB value is (66,85,110). Sum of RGB (Red+Green+Blue) = 66+85+110=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #42556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42556E is #BDAA91. Grayscale: #525252. Windows color (decimal): -12429970 or 7230786. OLE color: 7230786.

HSL color Cylindrical-coordinate representation of color #42556E: hue angle of 214.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42556E is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6685110-
CMYK0.40.2300.57
HSL214.09º25%34.51%-
HSV(B)214.09º40%43.14%-
XYZ8.318.7816.01-
YUV82.17143.71116.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=25.29%
G=32.57%
B=42.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66851100.40.2300.57214.092534.51
Hex42556E2817039d61923
Octal10212515650270713263143
Binary1000010101010111011101010001011101110011101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42556E; }

 p { color: rgb(66,85,110); }

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

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

 a { background-color: rgb(66,85,110); }

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

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

 span { border-color: rgb(66,85,110); }

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