#42557C

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

Shades of Chambray #42557C

Tints of Chambray #42557C

Color information

#42557C (or 0x42557C) is unknown color: approx Chambray. HEX triplet: 42, 55 and 7C. RGB value is (66,85,124). Sum of RGB (Red+Green+Blue) = 66+85+124=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #42557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42557C is #BDAA83. Grayscale: #535353. Windows color (decimal): -12429956 or 8148290. OLE color: 8148290.

HSL color Cylindrical-coordinate representation of color #42557C: hue angle of 220.34º 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 #42557C is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6685124-
CMYK0.470.3100.51
HSL220.34º30.53%37.25%-
HSV(B)220.34º46.77%48.63%-
XYZ9.139.1120.35-
YUV83.76150.71115.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=24%
G=30.91%
B=45.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66851240.470.3100.51220.3430.5337.25
Hex42557C2F1F033dc1f25
Octal10212517457370633343745
Binary1000010101010111111001011111111101100111101110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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