Shades of Casal #455A5F
Tints of Casal #455A5F
RGB
CMYK
RGB Variations
Color information
#455A5F (or 0x455A5F) is known color: Casal. HEX triplet: 45, 5A and 5F. RGB value is (69,90,95). Sum of RGB (Red+Green+Blue) = 69+90+95=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #455A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5F is #BAA5A0. Grayscale: #545454. Windows color (decimal): -12232097 or 6249029. OLE color: 6249029.
HSL color Cylindrical-coordinate representation of color #455A5F: hue angle of 191.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455A5F is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 90 | 95 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.63 |
| HSL | 191.54º | 0.16% | 0.32% | - |
| HSV(B) | 191.54º | 0.27% | 0.37% | - |
| XYZ | 8.18 | 9.4 | 12.21 | - |
| YUV | 84.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 95 | 0.27 | 0.05 | 0 | 0.63 | 191.54 | 0.16 | 0.32 |
| Hex | 45 | 5A | 5F | 1B | 5 | 0 | 3F | C0 | 10 | 20 |
| Octal | 105 | 132 | 137 | 33 | 5 | 0 | 77 | 300 | 20 | 40 |
| Binary | 1000101 | 1011010 | 1011111 | 11011 | 101 | 0 | 111111 | 11000000 | 10000 | 100000 |
Color Harmonies of #455A5F
Complementary color
Monochromatic Colors of #455A5F
Black with #455A5F
Text Example
Text Example
White with #455A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A5F; }
p { color: rgb(69,90,95); }
H1.HeaderClassName
{
color: #455A5F;
}
.AnyTagClassName
{
color: #455A5F;
}
</style>
background-color css
<style>
a { background-color: #455A5F; }
a { background-color: rgb(69,90,95); }
div.DivClassName
{
background-color: #455A5F;
}
.BgClassName
{
background-color: #455A5F;
}
</style>
border-color css
<style>
span { border-color: #455A5F; }
span { border-color: rgb(69,90,95); }
td.TdClassName
{
border-color: #455A5F;
}
.TagClassName
{
border-color: #455A5F;
}
</style>