Shades of Casal #36545A
Tints of Casal #36545A
RGB
CMYK
RGB Variations
Color information
#36545A (or 0x36545A) is known color: Casal. HEX triplet: 36, 54 and 5A. RGB value is (54,84,90). Sum of RGB (Red+Green+Blue) = 54+84+90=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #36545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36545A is #C9ABA5. Grayscale: #4B4B4B. Windows color (decimal): -13216678 or 5919798. OLE color: 5919798.
HSL color Cylindrical-coordinate representation of color #36545A: hue angle of 190º 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 #36545A is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 84 | 90 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.65 |
| HSL | 190º | 0.25% | 0.28% | - |
| HSV(B) | 190º | 0.4% | 0.35% | - |
| XYZ | 6.54 | 7.86 | 10.85 | - |
| YUV | 75.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 90 | 0.40 | 0.07 | 0 | 0.65 | 190 | 0.25 | 0.28 |
| Hex | 36 | 54 | 5A | 28 | 7 | 0 | 41 | BE | 19 | 1C |
| Octal | 66 | 124 | 132 | 50 | 7 | 0 | 101 | 276 | 31 | 34 |
| Binary | 110110 | 1010100 | 1011010 | 101000 | 111 | 0 | 1000001 | 10111110 | 11001 | 11100 |
Color Harmonies of #36545A
Complementary color
Monochromatic Colors of #36545A
Black with #36545A
Text Example
Text Example
White with #36545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36545A; }
p { color: rgb(54,84,90); }
H1.HeaderClassName
{
color: #36545A;
}
.AnyTagClassName
{
color: #36545A;
}
</style>
background-color css
<style>
a { background-color: #36545A; }
a { background-color: rgb(54,84,90); }
div.DivClassName
{
background-color: #36545A;
}
.BgClassName
{
background-color: #36545A;
}
</style>
border-color css
<style>
span { border-color: #36545A; }
span { border-color: rgb(54,84,90); }
td.TdClassName
{
border-color: #36545A;
}
.TagClassName
{
border-color: #36545A;
}
</style>