Shades of Casal #485A5E
Tints of Casal #485A5E
RGB
CMYK
RGB Variations
Color information
#485A5E (or 0x485A5E) is known color: Casal. HEX triplet: 48, 5A and 5E. RGB value is (72,90,94). Sum of RGB (Red+Green+Blue) = 72+90+94=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #485A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A5E is #B7A5A1. Grayscale: #555555. Windows color (decimal): -12035490 or 6183496. OLE color: 6183496.
HSL color Cylindrical-coordinate representation of color #485A5E: hue angle of 190.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485A5E is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 90 | 94 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.63 |
| HSL | 190.91º | 0.13% | 0.33% | - |
| HSV(B) | 190.91º | 0.23% | 0.37% | - |
| XYZ | 8.35 | 9.5 | 11.98 | - |
| YUV | 85.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 94 | 0.23 | 0.04 | 0 | 0.63 | 190.91 | 0.13 | 0.33 |
| Hex | 48 | 5A | 5E | 17 | 4 | 0 | 3F | BF | D | 21 |
| Octal | 110 | 132 | 136 | 27 | 4 | 0 | 77 | 277 | 15 | 41 |
| Binary | 1001000 | 1011010 | 1011110 | 10111 | 100 | 0 | 111111 | 10111111 | 1101 | 100001 |
Color Harmonies of #485A5E
Complementary color
Monochromatic Colors of #485A5E
Black with #485A5E
Text Example
Text Example
White with #485A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A5E; }
p { color: rgb(72,90,94); }
H1.HeaderClassName
{
color: #485A5E;
}
.AnyTagClassName
{
color: #485A5E;
}
</style>
background-color css
<style>
a { background-color: #485A5E; }
a { background-color: rgb(72,90,94); }
div.DivClassName
{
background-color: #485A5E;
}
.BgClassName
{
background-color: #485A5E;
}
</style>
border-color css
<style>
span { border-color: #485A5E; }
span { border-color: rgb(72,90,94); }
td.TdClassName
{
border-color: #485A5E;
}
.TagClassName
{
border-color: #485A5E;
}
</style>