Shades of Casal #35555D
Tints of Casal #35555D
RGB
CMYK
RGB Variations
Color information
#35555D (or 0x35555D) is known color: Casal. HEX triplet: 35, 55 and 5D. RGB value is (53,85,93). Sum of RGB (Red+Green+Blue) = 53+85+93=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #35555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35555D is #CAAAA2. Grayscale: #4C4C4C. Windows color (decimal): -13281955 or 6116661. OLE color: 6116661.
HSL color Cylindrical-coordinate representation of color #35555D: hue angle of 192º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35555D is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 85 | 93 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.64 |
| HSL | 192º | 0.27% | 0.29% | - |
| HSV(B) | 192º | 0.43% | 0.36% | - |
| XYZ | 6.69 | 8.04 | 11.56 | - |
| YUV | 76.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 93 | 0.43 | 0.09 | 0 | 0.64 | 192 | 0.27 | 0.29 |
| Hex | 35 | 55 | 5D | 2B | 9 | 0 | 40 | C0 | 1B | 1D |
| Octal | 65 | 125 | 135 | 53 | 11 | 0 | 100 | 300 | 33 | 35 |
| Binary | 110101 | 1010101 | 1011101 | 101011 | 1001 | 0 | 1000000 | 11000000 | 11011 | 11101 |
Color Harmonies of #35555D
Complementary color
Monochromatic Colors of #35555D
Black with #35555D
Text Example
Text Example
White with #35555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35555D; }
p { color: rgb(53,85,93); }
H1.HeaderClassName
{
color: #35555D;
}
.AnyTagClassName
{
color: #35555D;
}
</style>
background-color css
<style>
a { background-color: #35555D; }
a { background-color: rgb(53,85,93); }
div.DivClassName
{
background-color: #35555D;
}
.BgClassName
{
background-color: #35555D;
}
</style>
border-color css
<style>
span { border-color: #35555D; }
span { border-color: rgb(53,85,93); }
td.TdClassName
{
border-color: #35555D;
}
.TagClassName
{
border-color: #35555D;
}
</style>