Shades of Spectra #395B52
Tints of Spectra #395B52
RGB
CMYK
RGB Variations
Color information
#395B52 (or 0x395B52) is known color: Spectra. HEX triplet: 39, 5B and 52. RGB value is (57,91,82). Sum of RGB (Red+Green+Blue) = 57+91+82=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #395B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B52 is #C6A4AD. Grayscale: #4F4F4F. Windows color (decimal): -13018286 or 5397305. OLE color: 5397305.
HSL color Cylindrical-coordinate representation of color #395B52: hue angle of 164.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B52 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 91 | 82 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.64 |
| HSL | 164.12º | 0.23% | 0.29% | - |
| HSV(B) | 164.12º | 0.37% | 0.36% | - |
| XYZ | 6.95 | 8.96 | 9.35 | - |
| YUV | 79.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 82 | 0.37 | 0 | 0.10 | 0.64 | 164.12 | 0.23 | 0.29 |
| Hex | 39 | 5B | 52 | 25 | 0 | A | 40 | A4 | 17 | 1D |
| Octal | 71 | 133 | 122 | 45 | 0 | 12 | 100 | 244 | 27 | 35 |
| Binary | 111001 | 1011011 | 1010010 | 100101 | 0 | 1010 | 1000000 | 10100100 | 10111 | 11101 |
Color Harmonies of #395B52
Complementary color
Monochromatic Colors of #395B52
Black with #395B52
Text Example
Text Example
White with #395B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B52; }
p { color: rgb(57,91,82); }
H1.HeaderClassName
{
color: #395B52;
}
.AnyTagClassName
{
color: #395B52;
}
</style>
background-color css
<style>
a { background-color: #395B52; }
a { background-color: rgb(57,91,82); }
div.DivClassName
{
background-color: #395B52;
}
.BgClassName
{
background-color: #395B52;
}
</style>
border-color css
<style>
span { border-color: #395B52; }
span { border-color: rgb(57,91,82); }
td.TdClassName
{
border-color: #395B52;
}
.TagClassName
{
border-color: #395B52;
}
</style>