Shades of Chambray #42557D
Tints of Chambray #42557D
RGB
CMYK
RGB Variations
Color information
#42557D (or 0x42557D) is known color: 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
| RGB | 66 | 85 | 125 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.51 |
| HSL | 220.68º | 0.31% | 0.37% | - |
| HSV(B) | 220.68º | 0.47% | 0.49% | - |
| XYZ | 9.2 | 9.14 | 20.68 | - |
| YUV | 83.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 125 | 0.47 | 0.32 | 0 | 0.51 | 220.68 | 0.31 | 0.37 |
| Hex | 42 | 55 | 7D | 2F | 20 | 0 | 33 | DD | 1F | 25 |
| Octal | 102 | 125 | 175 | 57 | 40 | 0 | 63 | 335 | 37 | 45 |
| Binary | 1000010 | 1010101 | 1111101 | 101111 | 100000 | 0 | 110011 | 11011101 | 11111 | 100101 |
Color Harmonies of #42557D
Complementary color
Monochromatic Colors of #42557D
Black with #42557D
Text Example
Text Example
White with #42557D
Text Example
Text Example
HTML Codes & Css Web 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>