Shades of Casal #36555C
Tints of Casal #36555C
RGB
CMYK
RGB Variations
Color information
#36555C (or 0x36555C) is known color: Casal. HEX triplet: 36, 55 and 5C. RGB value is (54,85,92). Sum of RGB (Red+Green+Blue) = 54+85+92=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #36555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555C is #C9AAA3. Grayscale: #4C4C4C. Windows color (decimal): -13216420 or 6051126. OLE color: 6051126.
HSL color Cylindrical-coordinate representation of color #36555C: hue angle of 191.05º 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 #36555C is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 85 | 92 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.64 |
| HSL | 191.05º | 0.26% | 0.29% | - |
| HSV(B) | 191.05º | 0.41% | 0.36% | - |
| XYZ | 6.7 | 8.05 | 11.33 | - |
| YUV | 76.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 92 | 0.41 | 0.08 | 0 | 0.64 | 191.05 | 0.26 | 0.29 |
| Hex | 36 | 55 | 5C | 29 | 8 | 0 | 40 | BF | 1A | 1D |
| Octal | 66 | 125 | 134 | 51 | 10 | 0 | 100 | 277 | 32 | 35 |
| Binary | 110110 | 1010101 | 1011100 | 101001 | 1000 | 0 | 1000000 | 10111111 | 11010 | 11101 |
Color Harmonies of #36555C
Complementary color
Monochromatic Colors of #36555C
Black with #36555C
Text Example
Text Example
White with #36555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36555C; }
p { color: rgb(54,85,92); }
H1.HeaderClassName
{
color: #36555C;
}
.AnyTagClassName
{
color: #36555C;
}
</style>
background-color css
<style>
a { background-color: #36555C; }
a { background-color: rgb(54,85,92); }
div.DivClassName
{
background-color: #36555C;
}
.BgClassName
{
background-color: #36555C;
}
</style>
border-color css
<style>
span { border-color: #36555C; }
span { border-color: rgb(54,85,92); }
td.TdClassName
{
border-color: #36555C;
}
.TagClassName
{
border-color: #36555C;
}
</style>