Shades of Casal #36535C
Tints of Casal #36535C
RGB
CMYK
RGB Variations
Color information
#36535C (or 0x36535C) is known color: Casal. HEX triplet: 36, 53 and 5C. RGB value is (54,83,92). Sum of RGB (Red+Green+Blue) = 54+83+92=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #36535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36535C is #C9ACA3. Grayscale: #4B4B4B. Windows color (decimal): -13216932 or 6050614. OLE color: 6050614.
HSL color Cylindrical-coordinate representation of color #36535C: hue angle of 194.21º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36535C is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 83 | 92 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.64 |
| HSL | 194.21º | 0.26% | 0.29% | - |
| HSV(B) | 194.21º | 0.41% | 0.36% | - |
| XYZ | 6.55 | 7.74 | 11.27 | - |
| YUV | 75.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 92 | 0.41 | 0.10 | 0 | 0.64 | 194.21 | 0.26 | 0.29 |
| Hex | 36 | 53 | 5C | 29 | A | 0 | 40 | C2 | 1A | 1D |
| Octal | 66 | 123 | 134 | 51 | 12 | 0 | 100 | 302 | 32 | 35 |
| Binary | 110110 | 1010011 | 1011100 | 101001 | 1010 | 0 | 1000000 | 11000010 | 11010 | 11101 |
Color Harmonies of #36535C
Complementary color
Monochromatic Colors of #36535C
Black with #36535C
Text Example
Text Example
White with #36535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36535C; }
p { color: rgb(54,83,92); }
H1.HeaderClassName
{
color: #36535C;
}
.AnyTagClassName
{
color: #36535C;
}
</style>
background-color css
<style>
a { background-color: #36535C; }
a { background-color: rgb(54,83,92); }
div.DivClassName
{
background-color: #36535C;
}
.BgClassName
{
background-color: #36535C;
}
</style>
border-color css
<style>
span { border-color: #36535C; }
span { border-color: rgb(54,83,92); }
td.TdClassName
{
border-color: #36535C;
}
.TagClassName
{
border-color: #36535C;
}
</style>