Shades of Casal #42575E
Tints of Casal #42575E
RGB
CMYK
RGB Variations
Color information
#42575E (or 0x42575E) is known color: Casal. HEX triplet: 42, 57 and 5E. RGB value is (66,87,94). Sum of RGB (Red+Green+Blue) = 66+87+94=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #42575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575E is #BDA8A1. Grayscale: #515151. Windows color (decimal): -12429474 or 6182722. OLE color: 6182722.
HSL color Cylindrical-coordinate representation of color #42575E: hue angle of 195º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42575E is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 87 | 94 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.63 |
| HSL | 195º | 0.18% | 0.31% | - |
| HSV(B) | 195º | 0.3% | 0.37% | - |
| XYZ | 7.68 | 8.78 | 11.88 | - |
| YUV | 81.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 94 | 0.30 | 0.07 | 0 | 0.63 | 195 | 0.18 | 0.31 |
| Hex | 42 | 57 | 5E | 1E | 7 | 0 | 3F | C3 | 12 | 1F |
| Octal | 102 | 127 | 136 | 36 | 7 | 0 | 77 | 303 | 22 | 37 |
| Binary | 1000010 | 1010111 | 1011110 | 11110 | 111 | 0 | 111111 | 11000011 | 10010 | 11111 |
Color Harmonies of #42575E
Complementary color
Monochromatic Colors of #42575E
Black with #42575E
Text Example
Text Example
White with #42575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42575E; }
p { color: rgb(66,87,94); }
H1.HeaderClassName
{
color: #42575E;
}
.AnyTagClassName
{
color: #42575E;
}
</style>
background-color css
<style>
a { background-color: #42575E; }
a { background-color: rgb(66,87,94); }
div.DivClassName
{
background-color: #42575E;
}
.BgClassName
{
background-color: #42575E;
}
</style>
border-color css
<style>
span { border-color: #42575E; }
span { border-color: rgb(66,87,94); }
td.TdClassName
{
border-color: #42575E;
}
.TagClassName
{
border-color: #42575E;
}
</style>