Shades of Casal #42555B
Tints of Casal #42555B
RGB
CMYK
RGB Variations
Color information
#42555B (or 0x42555B) is known color: Casal. HEX triplet: 42, 55 and 5B. RGB value is (66,85,91). Sum of RGB (Red+Green+Blue) = 66+85+91=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #42555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42555B is #BDAAA4. Grayscale: #4F4F4F. Windows color (decimal): -12429989 or 5985602. OLE color: 5985602.
HSL color Cylindrical-coordinate representation of color #42555B: hue angle of 194.4º 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 #42555B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 85 | 91 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.64 |
| HSL | 194.4º | 0.16% | 0.31% | - |
| HSV(B) | 194.4º | 0.27% | 0.36% | - |
| XYZ | 7.38 | 8.41 | 11.13 | - |
| YUV | 80 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 91 | 0.27 | 0.07 | 0 | 0.64 | 194.4 | 0.16 | 0.31 |
| Hex | 42 | 55 | 5B | 1B | 7 | 0 | 40 | C2 | 10 | 1F |
| Octal | 102 | 125 | 133 | 33 | 7 | 0 | 100 | 302 | 20 | 37 |
| Binary | 1000010 | 1010101 | 1011011 | 11011 | 111 | 0 | 1000000 | 11000010 | 10000 | 11111 |
Color Harmonies of #42555B
Complementary color
Monochromatic Colors of #42555B
Black with #42555B
Text Example
Text Example
White with #42555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42555B; }
p { color: rgb(66,85,91); }
H1.HeaderClassName
{
color: #42555B;
}
.AnyTagClassName
{
color: #42555B;
}
</style>
background-color css
<style>
a { background-color: #42555B; }
a { background-color: rgb(66,85,91); }
div.DivClassName
{
background-color: #42555B;
}
.BgClassName
{
background-color: #42555B;
}
</style>
border-color css
<style>
span { border-color: #42555B; }
span { border-color: rgb(66,85,91); }
td.TdClassName
{
border-color: #42555B;
}
.TagClassName
{
border-color: #42555B;
}
</style>