Shades of Casal #40525A
Tints of Casal #40525A
RGB
CMYK
RGB Variations
Color information
#40525A (or 0x40525A) is known color: Casal. HEX triplet: 40, 52 and 5A. RGB value is (64,82,90). Sum of RGB (Red+Green+Blue) = 64+82+90=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #40525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40525A is #BFADA5. Grayscale: #4D4D4D. Windows color (decimal): -12561830 or 5919296. OLE color: 5919296.
HSL color Cylindrical-coordinate representation of color #40525A: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40525A is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 82 | 90 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.65 |
| HSL | 198.46º | 0.17% | 0.3% | - |
| HSV(B) | 198.46º | 0.29% | 0.35% | - |
| XYZ | 6.98 | 7.86 | 10.82 | - |
| YUV | 77.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 90 | 0.29 | 0.09 | 0 | 0.65 | 198.46 | 0.17 | 0.3 |
| Hex | 40 | 52 | 5A | 1D | 9 | 0 | 41 | C6 | 11 | 1E |
| Octal | 100 | 122 | 132 | 35 | 11 | 0 | 101 | 306 | 21 | 36 |
| Binary | 1000000 | 1010010 | 1011010 | 11101 | 1001 | 0 | 1000001 | 11000110 | 10001 | 11110 |
Color Harmonies of #40525A
Complementary color
Monochromatic Colors of #40525A
Black with #40525A
Text Example
Text Example
White with #40525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40525A; }
p { color: rgb(64,82,90); }
H1.HeaderClassName
{
color: #40525A;
}
.AnyTagClassName
{
color: #40525A;
}
</style>
background-color css
<style>
a { background-color: #40525A; }
a { background-color: rgb(64,82,90); }
div.DivClassName
{
background-color: #40525A;
}
.BgClassName
{
background-color: #40525A;
}
</style>
border-color css
<style>
span { border-color: #40525A; }
span { border-color: rgb(64,82,90); }
td.TdClassName
{
border-color: #40525A;
}
.TagClassName
{
border-color: #40525A;
}
</style>