Shades of Casal #35505B
Tints of Casal #35505B
RGB
CMYK
RGB Variations
Color information
#35505B (or 0x35505B) is known color: Casal. HEX triplet: 35, 50 and 5B. RGB value is (53,80,91). Sum of RGB (Red+Green+Blue) = 53+80+91=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #35505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35505B is #CAAFA4. Grayscale: #494949. Windows color (decimal): -13283237 or 5984309. OLE color: 5984309.
HSL color Cylindrical-coordinate representation of color #35505B: hue angle of 197.37º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35505B is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 80 | 91 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.64 |
| HSL | 197.37º | 0.26% | 0.28% | - |
| HSV(B) | 197.37º | 0.42% | 0.36% | - |
| XYZ | 6.23 | 7.25 | 10.97 | - |
| YUV | 73.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 91 | 0.42 | 0.12 | 0 | 0.64 | 197.37 | 0.26 | 0.28 |
| Hex | 35 | 50 | 5B | 2A | C | 0 | 40 | C5 | 1A | 1C |
| Octal | 65 | 120 | 133 | 52 | 14 | 0 | 100 | 305 | 32 | 34 |
| Binary | 110101 | 1010000 | 1011011 | 101010 | 1100 | 0 | 1000000 | 11000101 | 11010 | 11100 |
Color Harmonies of #35505B
Complementary color
Monochromatic Colors of #35505B
Black with #35505B
Text Example
Text Example
White with #35505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35505B; }
p { color: rgb(53,80,91); }
H1.HeaderClassName
{
color: #35505B;
}
.AnyTagClassName
{
color: #35505B;
}
</style>
background-color css
<style>
a { background-color: #35505B; }
a { background-color: rgb(53,80,91); }
div.DivClassName
{
background-color: #35505B;
}
.BgClassName
{
background-color: #35505B;
}
</style>
border-color css
<style>
span { border-color: #35505B; }
span { border-color: rgb(53,80,91); }
td.TdClassName
{
border-color: #35505B;
}
.TagClassName
{
border-color: #35505B;
}
</style>