Shades of Spectra #385A53
Tints of Spectra #385A53
RGB
CMYK
RGB Variations
Color information
#385A53 (or 0x385A53) is known color: Spectra. HEX triplet: 38, 5A and 53. RGB value is (56,90,83). Sum of RGB (Red+Green+Blue) = 56+90+83=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #385A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A53 is #C7A5AC. Grayscale: #4F4F4F. Windows color (decimal): -13084077 or 5462584. OLE color: 5462584.
HSL color Cylindrical-coordinate representation of color #385A53: hue angle of 167.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A53 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 83 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.65 |
| HSL | 167.65º | 0.23% | 0.29% | - |
| HSV(B) | 167.65º | 0.38% | 0.35% | - |
| XYZ | 6.85 | 8.78 | 9.52 | - |
| YUV | 79.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 83 | 0.38 | 0 | 0.08 | 0.65 | 167.65 | 0.23 | 0.29 |
| Hex | 38 | 5A | 53 | 26 | 0 | 8 | 41 | A8 | 17 | 1D |
| Octal | 70 | 132 | 123 | 46 | 0 | 10 | 101 | 250 | 27 | 35 |
| Binary | 111000 | 1011010 | 1010011 | 100110 | 0 | 1000 | 1000001 | 10101000 | 10111 | 11101 |
Color Harmonies of #385A53
Complementary color
Monochromatic Colors of #385A53
Black with #385A53
Text Example
Text Example
White with #385A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A53; }
p { color: rgb(56,90,83); }
H1.HeaderClassName
{
color: #385A53;
}
.AnyTagClassName
{
color: #385A53;
}
</style>
background-color css
<style>
a { background-color: #385A53; }
a { background-color: rgb(56,90,83); }
div.DivClassName
{
background-color: #385A53;
}
.BgClassName
{
background-color: #385A53;
}
</style>
border-color css
<style>
span { border-color: #385A53; }
span { border-color: rgb(56,90,83); }
td.TdClassName
{
border-color: #385A53;
}
.TagClassName
{
border-color: #385A53;
}
</style>