Shades of Casal #36535A
Tints of Casal #36535A
RGB
CMYK
RGB Variations
Color information
#36535A (or 0x36535A) is known color: Casal. HEX triplet: 36, 53 and 5A. RGB value is (54,83,90). Sum of RGB (Red+Green+Blue) = 54+83+90=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #36535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36535A is #C9ACA5. Grayscale: #4B4B4B. Windows color (decimal): -13216934 or 5919542. OLE color: 5919542.
HSL color Cylindrical-coordinate representation of color #36535A: hue angle of 191.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36535A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 83 | 90 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.65 |
| HSL | 191.67º | 0.25% | 0.28% | - |
| HSV(B) | 191.67º | 0.4% | 0.35% | - |
| XYZ | 6.46 | 7.71 | 10.82 | - |
| YUV | 75.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 90 | 0.40 | 0.08 | 0 | 0.65 | 191.67 | 0.25 | 0.28 |
| Hex | 36 | 53 | 5A | 28 | 8 | 0 | 41 | C0 | 19 | 1C |
| Octal | 66 | 123 | 132 | 50 | 10 | 0 | 101 | 300 | 31 | 34 |
| Binary | 110110 | 1010011 | 1011010 | 101000 | 1000 | 0 | 1000001 | 11000000 | 11001 | 11100 |
Color Harmonies of #36535A
Complementary color
Monochromatic Colors of #36535A
Black with #36535A
Text Example
Text Example
White with #36535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36535A; }
p { color: rgb(54,83,90); }
H1.HeaderClassName
{
color: #36535A;
}
.AnyTagClassName
{
color: #36535A;
}
</style>
background-color css
<style>
a { background-color: #36535A; }
a { background-color: rgb(54,83,90); }
div.DivClassName
{
background-color: #36535A;
}
.BgClassName
{
background-color: #36535A;
}
</style>
border-color css
<style>
span { border-color: #36535A; }
span { border-color: rgb(54,83,90); }
td.TdClassName
{
border-color: #36535A;
}
.TagClassName
{
border-color: #36535A;
}
</style>