Shades of Casal #42575A
Tints of Casal #42575A
RGB
CMYK
RGB Variations
Color information
#42575A (or 0x42575A) is known color: Casal. HEX triplet: 42, 57 and 5A. RGB value is (66,87,90). Sum of RGB (Red+Green+Blue) = 66+87+90=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #42575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575A is #BDA8A5. Grayscale: #515151. Windows color (decimal): -12429478 or 5920578. OLE color: 5920578.
HSL color Cylindrical-coordinate representation of color #42575A: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42575A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 87 | 90 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.65 |
| HSL | 187.5º | 0.15% | 0.31% | - |
| HSV(B) | 187.5º | 0.27% | 0.35% | - |
| XYZ | 7.5 | 8.71 | 10.96 | - |
| YUV | 81.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 90 | 0.27 | 0.03 | 0 | 0.65 | 187.5 | 0.15 | 0.31 |
| Hex | 42 | 57 | 5A | 1B | 3 | 0 | 41 | BC | F | 1F |
| Octal | 102 | 127 | 132 | 33 | 3 | 0 | 101 | 274 | 17 | 37 |
| Binary | 1000010 | 1010111 | 1011010 | 11011 | 11 | 0 | 1000001 | 10111100 | 1111 | 11111 |
Color Harmonies of #42575A
Complementary color
Monochromatic Colors of #42575A
Black with #42575A
Text Example
Text Example
White with #42575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42575A; }
p { color: rgb(66,87,90); }
H1.HeaderClassName
{
color: #42575A;
}
.AnyTagClassName
{
color: #42575A;
}
</style>
background-color css
<style>
a { background-color: #42575A; }
a { background-color: rgb(66,87,90); }
div.DivClassName
{
background-color: #42575A;
}
.BgClassName
{
background-color: #42575A;
}
</style>
border-color css
<style>
span { border-color: #42575A; }
span { border-color: rgb(66,87,90); }
td.TdClassName
{
border-color: #42575A;
}
.TagClassName
{
border-color: #42575A;
}
</style>