Shades of Casal #454E50
Tints of Casal #454E50
RGB
CMYK
RGB Variations
Color information
#454E50 (or 0x454E50) is known color: Casal. HEX triplet: 45, 4E and 50. RGB value is (69,78,80). Sum of RGB (Red+Green+Blue) = 69+78+80=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #454E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E50 is #BAB1AF. Grayscale: #4B4B4B. Windows color (decimal): -12235184 or 5262917. OLE color: 5262917.
HSL color Cylindrical-coordinate representation of color #454E50: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454E50 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 80 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.69 |
| HSL | 190.91º | 0.07% | 0.29% | - |
| HSV(B) | 190.91º | 0.14% | 0.31% | - |
| XYZ | 6.63 | 7.29 | 8.65 | - |
| YUV | 75.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 80 | 0.14 | 0.02 | 0 | 0.69 | 190.91 | 0.07 | 0.29 |
| Hex | 45 | 4E | 50 | E | 2 | 0 | 45 | BF | 7 | 1D |
| Octal | 105 | 116 | 120 | 16 | 2 | 0 | 105 | 277 | 7 | 35 |
| Binary | 1000101 | 1001110 | 1010000 | 1110 | 10 | 0 | 1000101 | 10111111 | 111 | 11101 |
Color Harmonies of #454E50
Complementary color
Monochromatic Colors of #454E50
Black with #454E50
Text Example
Text Example
White with #454E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E50; }
p { color: rgb(69,78,80); }
H1.HeaderClassName
{
color: #454E50;
}
.AnyTagClassName
{
color: #454E50;
}
</style>
background-color css
<style>
a { background-color: #454E50; }
a { background-color: rgb(69,78,80); }
div.DivClassName
{
background-color: #454E50;
}
.BgClassName
{
background-color: #454E50;
}
</style>
border-color css
<style>
span { border-color: #454E50; }
span { border-color: rgb(69,78,80); }
td.TdClassName
{
border-color: #454E50;
}
.TagClassName
{
border-color: #454E50;
}
</style>