Shades of Casal #42565B
Tints of Casal #42565B
RGB
CMYK
RGB Variations
Color information
#42565B (or 0x42565B) is known color: Casal. HEX triplet: 42, 56 and 5B. RGB value is (66,86,91). Sum of RGB (Red+Green+Blue) = 66+86+91=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #42565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565B is #BDA9A4. Grayscale: #505050. Windows color (decimal): -12429733 or 5985858. OLE color: 5985858.
HSL color Cylindrical-coordinate representation of color #42565B: hue angle of 192º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42565B is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 86 | 91 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.64 |
| HSL | 192º | 0.16% | 0.31% | - |
| HSV(B) | 192º | 0.27% | 0.36% | - |
| XYZ | 7.46 | 8.57 | 11.16 | - |
| YUV | 80.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 91 | 0.27 | 0.05 | 0 | 0.64 | 192 | 0.16 | 0.31 |
| Hex | 42 | 56 | 5B | 1B | 5 | 0 | 40 | C0 | 10 | 1F |
| Octal | 102 | 126 | 133 | 33 | 5 | 0 | 100 | 300 | 20 | 37 |
| Binary | 1000010 | 1010110 | 1011011 | 11011 | 101 | 0 | 1000000 | 11000000 | 10000 | 11111 |
Color Harmonies of #42565B
Complementary color
Monochromatic Colors of #42565B
Black with #42565B
Text Example
Text Example
White with #42565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42565B; }
p { color: rgb(66,86,91); }
H1.HeaderClassName
{
color: #42565B;
}
.AnyTagClassName
{
color: #42565B;
}
</style>
background-color css
<style>
a { background-color: #42565B; }
a { background-color: rgb(66,86,91); }
div.DivClassName
{
background-color: #42565B;
}
.BgClassName
{
background-color: #42565B;
}
</style>
border-color css
<style>
span { border-color: #42565B; }
span { border-color: rgb(66,86,91); }
td.TdClassName
{
border-color: #42565B;
}
.TagClassName
{
border-color: #42565B;
}
</style>