Shades of Casal #42565A
Tints of Casal #42565A
RGB
CMYK
RGB Variations
Color information
#42565A (or 0x42565A) is known color: Casal. HEX triplet: 42, 56 and 5A. RGB value is (66,86,90). Sum of RGB (Red+Green+Blue) = 66+86+90=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #42565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565A is #BDA9A5. Grayscale: #505050. Windows color (decimal): -12429734 or 5920322. OLE color: 5920322.
HSL color Cylindrical-coordinate representation of color #42565A: hue angle of 190º 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 #42565A is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 86 | 90 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.65 |
| HSL | 190º | 0.15% | 0.31% | - |
| HSV(B) | 190º | 0.27% | 0.35% | - |
| XYZ | 7.42 | 8.55 | 10.93 | - |
| YUV | 80.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 90 | 0.27 | 0.04 | 0 | 0.65 | 190 | 0.15 | 0.31 |
| Hex | 42 | 56 | 5A | 1B | 4 | 0 | 41 | BE | F | 1F |
| Octal | 102 | 126 | 132 | 33 | 4 | 0 | 101 | 276 | 17 | 37 |
| Binary | 1000010 | 1010110 | 1011010 | 11011 | 100 | 0 | 1000001 | 10111110 | 1111 | 11111 |
Color Harmonies of #42565A
Complementary color
Monochromatic Colors of #42565A
Black with #42565A
Text Example
Text Example
White with #42565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42565A; }
p { color: rgb(66,86,90); }
H1.HeaderClassName
{
color: #42565A;
}
.AnyTagClassName
{
color: #42565A;
}
</style>
background-color css
<style>
a { background-color: #42565A; }
a { background-color: rgb(66,86,90); }
div.DivClassName
{
background-color: #42565A;
}
.BgClassName
{
background-color: #42565A;
}
</style>
border-color css
<style>
span { border-color: #42565A; }
span { border-color: rgb(66,86,90); }
td.TdClassName
{
border-color: #42565A;
}
.TagClassName
{
border-color: #42565A;
}
</style>