Shades of Casal #485355
Tints of Casal #485355
RGB
CMYK
RGB Variations
Color information
#485355 (or 0x485355) is known color: Casal. HEX triplet: 48, 53 and 55. RGB value is (72,83,85). Sum of RGB (Red+Green+Blue) = 72+83+85=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #485355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485355 is #B7ACAA. Grayscale: #4F4F4F. Windows color (decimal): -12037291 or 5591880. OLE color: 5591880.
HSL color Cylindrical-coordinate representation of color #485355: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485355 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 85 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.67 |
| HSL | 189.23º | 0.08% | 0.31% | - |
| HSV(B) | 189.23º | 0.15% | 0.33% | - |
| XYZ | 7.41 | 8.22 | 9.79 | - |
| YUV | 79.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 85 | 0.15 | 0.02 | 0 | 0.67 | 189.23 | 0.08 | 0.31 |
| Hex | 48 | 53 | 55 | F | 2 | 0 | 43 | BD | 8 | 1F |
| Octal | 110 | 123 | 125 | 17 | 2 | 0 | 103 | 275 | 10 | 37 |
| Binary | 1001000 | 1010011 | 1010101 | 1111 | 10 | 0 | 1000011 | 10111101 | 1000 | 11111 |
Color Harmonies of #485355
Complementary color
Monochromatic Colors of #485355
Black with #485355
Text Example
Text Example
White with #485355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485355; }
p { color: rgb(72,83,85); }
H1.HeaderClassName
{
color: #485355;
}
.AnyTagClassName
{
color: #485355;
}
</style>
background-color css
<style>
a { background-color: #485355; }
a { background-color: rgb(72,83,85); }
div.DivClassName
{
background-color: #485355;
}
.BgClassName
{
background-color: #485355;
}
</style>
border-color css
<style>
span { border-color: #485355; }
span { border-color: rgb(72,83,85); }
td.TdClassName
{
border-color: #485355;
}
.TagClassName
{
border-color: #485355;
}
</style>