Shades of Casal #45595C
Tints of Casal #45595C
RGB
CMYK
RGB Variations
Color information
#45595C (or 0x45595C) is known color: Casal. HEX triplet: 45, 59 and 5C. RGB value is (69,89,92). Sum of RGB (Red+Green+Blue) = 69+89+92=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #45595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45595C is #BAA6A3. Grayscale: #535353. Windows color (decimal): -12232356 or 6052165. OLE color: 6052165.
HSL color Cylindrical-coordinate representation of color #45595C: hue angle of 187.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #45595C is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 89 | 92 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.64 |
| HSL | 187.83º | 0.14% | 0.32% | - |
| HSV(B) | 187.83º | 0.25% | 0.36% | - |
| XYZ | 7.96 | 9.18 | 11.48 | - |
| YUV | 83.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 92 | 0.25 | 0.03 | 0 | 0.64 | 187.83 | 0.14 | 0.32 |
| Hex | 45 | 59 | 5C | 19 | 3 | 0 | 40 | BC | E | 20 |
| Octal | 105 | 131 | 134 | 31 | 3 | 0 | 100 | 274 | 16 | 40 |
| Binary | 1000101 | 1011001 | 1011100 | 11001 | 11 | 0 | 1000000 | 10111100 | 1110 | 100000 |
Color Harmonies of #45595C
Complementary color
Monochromatic Colors of #45595C
Black with #45595C
Text Example
Text Example
White with #45595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45595C; }
p { color: rgb(69,89,92); }
H1.HeaderClassName
{
color: #45595C;
}
.AnyTagClassName
{
color: #45595C;
}
</style>
background-color css
<style>
a { background-color: #45595C; }
a { background-color: rgb(69,89,92); }
div.DivClassName
{
background-color: #45595C;
}
.BgClassName
{
background-color: #45595C;
}
</style>
border-color css
<style>
span { border-color: #45595C; }
span { border-color: rgb(69,89,92); }
td.TdClassName
{
border-color: #45595C;
}
.TagClassName
{
border-color: #45595C;
}
</style>