Shades of Casal #42535A
Tints of Casal #42535A
RGB
CMYK
RGB Variations
Color information
#42535A (or 0x42535A) is known color: Casal. HEX triplet: 42, 53 and 5A. RGB value is (66,83,90). Sum of RGB (Red+Green+Blue) = 66+83+90=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #42535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42535A is #BDACA5. Grayscale: #4E4E4E. Windows color (decimal): -12430502 or 5919554. OLE color: 5919554.
HSL color Cylindrical-coordinate representation of color #42535A: hue angle of 197.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 #42535A is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 83 | 90 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.65 |
| HSL | 197.5º | 0.15% | 0.31% | - |
| HSV(B) | 197.5º | 0.27% | 0.35% | - |
| XYZ | 7.19 | 8.08 | 10.85 | - |
| YUV | 78.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 90 | 0.27 | 0.08 | 0 | 0.65 | 197.5 | 0.15 | 0.31 |
| Hex | 42 | 53 | 5A | 1B | 8 | 0 | 41 | C6 | F | 1F |
| Octal | 102 | 123 | 132 | 33 | 10 | 0 | 101 | 306 | 17 | 37 |
| Binary | 1000010 | 1010011 | 1011010 | 11011 | 1000 | 0 | 1000001 | 11000110 | 1111 | 11111 |
Color Harmonies of #42535A
Complementary color
Monochromatic Colors of #42535A
Black with #42535A
Text Example
Text Example
White with #42535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42535A; }
p { color: rgb(66,83,90); }
H1.HeaderClassName
{
color: #42535A;
}
.AnyTagClassName
{
color: #42535A;
}
</style>
background-color css
<style>
a { background-color: #42535A; }
a { background-color: rgb(66,83,90); }
div.DivClassName
{
background-color: #42535A;
}
.BgClassName
{
background-color: #42535A;
}
</style>
border-color css
<style>
span { border-color: #42535A; }
span { border-color: rgb(66,83,90); }
td.TdClassName
{
border-color: #42535A;
}
.TagClassName
{
border-color: #42535A;
}
</style>