#42557D

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

Shades of Chambray #42557D

Tints of Chambray #42557D

Color information

#42557D (or 0x42557D) is unknown color: approx Chambray. HEX triplet: 42, 55 and 7D. RGB value is (66,85,125). Sum of RGB (Red+Green+Blue) = 66+85+125=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #42557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42557D is #BDAA82. Grayscale: #535353. Windows color (decimal): -12429955 or 8213826. OLE color: 8213826.

HSL color Cylindrical-coordinate representation of color #42557D: hue angle of 220.68º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42557D is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6685125-
CMYK0.470.3200.51
HSL220.68º30.89%37.45%-
HSV(B)220.68º47.2%49.02%-
XYZ9.29.1420.68-
YUV83.88151.21115.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=23.91%
G=30.80%
B=45.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66851250.470.3200.51220.6830.8937.45
Hex42557D2F20033dd1f25
Octal10212517557400633353745
Binary10000101010101111110110111110000001100111101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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