Shades of Casal #35505C
Tints of Casal #35505C
RGB
CMYK
RGB Variations
Color information
#35505C (or 0x35505C) is known color: Casal. HEX triplet: 35, 50 and 5C. RGB value is (53,80,92). Sum of RGB (Red+Green+Blue) = 53+80+92=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #35505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35505C is #CAAFA3. Grayscale: #494949. Windows color (decimal): -13283236 or 6049845. OLE color: 6049845.
HSL color Cylindrical-coordinate representation of color #35505C: hue angle of 198.46º degrees, saturation: 0.27, 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 #35505C is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 80 | 92 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.64 |
| HSL | 198.46º | 0.27% | 0.28% | - |
| HSV(B) | 198.46º | 0.42% | 0.36% | - |
| XYZ | 6.27 | 7.27 | 11.2 | - |
| YUV | 73.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 92 | 0.42 | 0.13 | 0 | 0.64 | 198.46 | 0.27 | 0.28 |
| Hex | 35 | 50 | 5C | 2A | D | 0 | 40 | C6 | 1B | 1C |
| Octal | 65 | 120 | 134 | 52 | 15 | 0 | 100 | 306 | 33 | 34 |
| Binary | 110101 | 1010000 | 1011100 | 101010 | 1101 | 0 | 1000000 | 11000110 | 11011 | 11100 |
Color Harmonies of #35505C
Complementary color
Monochromatic Colors of #35505C
Black with #35505C
Text Example
Text Example
White with #35505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35505C; }
p { color: rgb(53,80,92); }
H1.HeaderClassName
{
color: #35505C;
}
.AnyTagClassName
{
color: #35505C;
}
</style>
background-color css
<style>
a { background-color: #35505C; }
a { background-color: rgb(53,80,92); }
div.DivClassName
{
background-color: #35505C;
}
.BgClassName
{
background-color: #35505C;
}
</style>
border-color css
<style>
span { border-color: #35505C; }
span { border-color: rgb(53,80,92); }
td.TdClassName
{
border-color: #35505C;
}
.TagClassName
{
border-color: #35505C;
}
</style>