Shades of Casal #39525A
Tints of Casal #39525A
RGB
CMYK
RGB Variations
Color information
#39525A (or 0x39525A) is known color: Casal. HEX triplet: 39, 52 and 5A. RGB value is (57,82,90). Sum of RGB (Red+Green+Blue) = 57+82+90=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #39525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39525A is #C6ADA5. Grayscale: #4B4B4B. Windows color (decimal): -13020582 or 5919289. OLE color: 5919289.
HSL color Cylindrical-coordinate representation of color #39525A: hue angle of 194.55º 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 #39525A is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 82 | 90 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.65 |
| HSL | 194.55º | 0.22% | 0.29% | - |
| HSV(B) | 194.55º | 0.37% | 0.35% | - |
| XYZ | 6.55 | 7.64 | 10.8 | - |
| YUV | 75.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 90 | 0.37 | 0.09 | 0 | 0.65 | 194.55 | 0.22 | 0.29 |
| Hex | 39 | 52 | 5A | 25 | 9 | 0 | 41 | C3 | 16 | 1D |
| Octal | 71 | 122 | 132 | 45 | 11 | 0 | 101 | 303 | 26 | 35 |
| Binary | 111001 | 1010010 | 1011010 | 100101 | 1001 | 0 | 1000001 | 11000011 | 10110 | 11101 |
Color Harmonies of #39525A
Complementary color
Monochromatic Colors of #39525A
Black with #39525A
Text Example
Text Example
White with #39525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39525A; }
p { color: rgb(57,82,90); }
H1.HeaderClassName
{
color: #39525A;
}
.AnyTagClassName
{
color: #39525A;
}
</style>
background-color css
<style>
a { background-color: #39525A; }
a { background-color: rgb(57,82,90); }
div.DivClassName
{
background-color: #39525A;
}
.BgClassName
{
background-color: #39525A;
}
</style>
border-color css
<style>
span { border-color: #39525A; }
span { border-color: rgb(57,82,90); }
td.TdClassName
{
border-color: #39525A;
}
.TagClassName
{
border-color: #39525A;
}
</style>