Shades of Casal #42565D
Tints of Casal #42565D
RGB
CMYK
RGB Variations
Color information
#42565D (or 0x42565D) is known color: Casal. HEX triplet: 42, 56 and 5D. RGB value is (66,86,93). Sum of RGB (Red+Green+Blue) = 66+86+93=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #42565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565D is #BDA9A2. Grayscale: #505050. Windows color (decimal): -12429731 or 6116930. OLE color: 6116930.
HSL color Cylindrical-coordinate representation of color #42565D: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42565D is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 86 | 93 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.64 |
| HSL | 195.56º | 0.17% | 0.31% | - |
| HSV(B) | 195.56º | 0.29% | 0.36% | - |
| XYZ | 7.55 | 8.6 | 11.62 | - |
| YUV | 80.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 93 | 0.29 | 0.08 | 0 | 0.64 | 195.56 | 0.17 | 0.31 |
| Hex | 42 | 56 | 5D | 1D | 8 | 0 | 40 | C4 | 11 | 1F |
| Octal | 102 | 126 | 135 | 35 | 10 | 0 | 100 | 304 | 21 | 37 |
| Binary | 1000010 | 1010110 | 1011101 | 11101 | 1000 | 0 | 1000000 | 11000100 | 10001 | 11111 |
Color Harmonies of #42565D
Complementary color
Monochromatic Colors of #42565D
Black with #42565D
Text Example
Text Example
White with #42565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42565D; }
p { color: rgb(66,86,93); }
H1.HeaderClassName
{
color: #42565D;
}
.AnyTagClassName
{
color: #42565D;
}
</style>
background-color css
<style>
a { background-color: #42565D; }
a { background-color: rgb(66,86,93); }
div.DivClassName
{
background-color: #42565D;
}
.BgClassName
{
background-color: #42565D;
}
</style>
border-color css
<style>
span { border-color: #42565D; }
span { border-color: rgb(66,86,93); }
td.TdClassName
{
border-color: #42565D;
}
.TagClassName
{
border-color: #42565D;
}
</style>