Shades of Casal #39515A
Tints of Casal #39515A
RGB
CMYK
RGB Variations
Color information
#39515A (or 0x39515A) is known color: Casal. HEX triplet: 39, 51 and 5A. RGB value is (57,81,90). Sum of RGB (Red+Green+Blue) = 57+81+90=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #39515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39515A is #C6AEA5. Grayscale: #4A4A4A. Windows color (decimal): -13020838 or 5919033. OLE color: 5919033.
HSL color Cylindrical-coordinate representation of color #39515A: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39515A is Cyan = 0.37, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 81 | 90 | - |
| CMYK | 0.37 | 0.1 | 0 | 0.65 |
| HSL | 196.36º | 0.22% | 0.29% | - |
| HSV(B) | 196.36º | 0.37% | 0.35% | - |
| XYZ | 6.48 | 7.49 | 10.78 | - |
| YUV | 74.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 90 | 0.37 | 0.1 | 0 | 0.65 | 196.36 | 0.22 | 0.29 |
| Hex | 39 | 51 | 5A | 25 | A | 0 | 41 | C4 | 16 | 1D |
| Octal | 71 | 121 | 132 | 45 | 12 | 0 | 101 | 304 | 26 | 35 |
| Binary | 111001 | 1010001 | 1011010 | 100101 | 1010 | 0 | 1000001 | 11000100 | 10110 | 11101 |
Color Harmonies of #39515A
Complementary color
Monochromatic Colors of #39515A
Black with #39515A
Text Example
Text Example
White with #39515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39515A; }
p { color: rgb(57,81,90); }
H1.HeaderClassName
{
color: #39515A;
}
.AnyTagClassName
{
color: #39515A;
}
</style>
background-color css
<style>
a { background-color: #39515A; }
a { background-color: rgb(57,81,90); }
div.DivClassName
{
background-color: #39515A;
}
.BgClassName
{
background-color: #39515A;
}
</style>
border-color css
<style>
span { border-color: #39515A; }
span { border-color: rgb(57,81,90); }
td.TdClassName
{
border-color: #39515A;
}
.TagClassName
{
border-color: #39515A;
}
</style>