Shades of Spectra #385B54
Tints of Spectra #385B54
RGB
CMYK
RGB Variations
Color information
#385B54 (or 0x385B54) is known color: Spectra. HEX triplet: 38, 5B and 54. RGB value is (56,91,84). Sum of RGB (Red+Green+Blue) = 56+91+84=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #385B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B54 is #C7A4AB. Grayscale: #4F4F4F. Windows color (decimal): -13083820 or 5528376. OLE color: 5528376.
HSL color Cylindrical-coordinate representation of color #385B54: hue angle of 168º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B54 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 84 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.64 |
| HSL | 168º | 0.24% | 0.29% | - |
| HSV(B) | 168º | 0.38% | 0.36% | - |
| XYZ | 6.97 | 8.96 | 9.75 | - |
| YUV | 79.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 84 | 0.38 | 0 | 0.08 | 0.64 | 168 | 0.24 | 0.29 |
| Hex | 38 | 5B | 54 | 26 | 0 | 8 | 40 | A8 | 18 | 1D |
| Octal | 70 | 133 | 124 | 46 | 0 | 10 | 100 | 250 | 30 | 35 |
| Binary | 111000 | 1011011 | 1010100 | 100110 | 0 | 1000 | 1000000 | 10101000 | 11000 | 11101 |
Color Harmonies of #385B54
Complementary color
Monochromatic Colors of #385B54
Black with #385B54
Text Example
Text Example
White with #385B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B54; }
p { color: rgb(56,91,84); }
H1.HeaderClassName
{
color: #385B54;
}
.AnyTagClassName
{
color: #385B54;
}
</style>
background-color css
<style>
a { background-color: #385B54; }
a { background-color: rgb(56,91,84); }
div.DivClassName
{
background-color: #385B54;
}
.BgClassName
{
background-color: #385B54;
}
</style>
border-color css
<style>
span { border-color: #385B54; }
span { border-color: rgb(56,91,84); }
td.TdClassName
{
border-color: #385B54;
}
.TagClassName
{
border-color: #385B54;
}
</style>