Shades of Blue Dianne #385853
Tints of Blue Dianne #385853
RGB
CMYK
RGB Variations
Color information
#385853 (or 0x385853) is known color: Blue Dianne. HEX triplet: 38, 58 and 53. RGB value is (56,88,83). Sum of RGB (Red+Green+Blue) = 56+88+83=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #385853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385853 is #C7A7AC. Grayscale: #4D4D4D. Windows color (decimal): -13084589 or 5462072. OLE color: 5462072.
HSL color Cylindrical-coordinate representation of color #385853: hue angle of 170.62º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385853 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 83 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.65 |
| HSL | 170.63º | 0.22% | 0.28% | - |
| HSV(B) | 170.63º | 0.36% | 0.35% | - |
| XYZ | 6.68 | 8.44 | 9.46 | - |
| YUV | 77.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 83 | 0.36 | 0 | 0.06 | 0.65 | 170.63 | 0.22 | 0.28 |
| Hex | 38 | 58 | 53 | 24 | 0 | 6 | 41 | AB | 16 | 1C |
| Octal | 70 | 130 | 123 | 44 | 0 | 6 | 101 | 253 | 26 | 34 |
| Binary | 111000 | 1011000 | 1010011 | 100100 | 0 | 110 | 1000001 | 10101011 | 10110 | 11100 |
Color Harmonies of #385853
Complementary color
Monochromatic Colors of #385853
Black with #385853
Text Example
Text Example
White with #385853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385853; }
p { color: rgb(56,88,83); }
H1.HeaderClassName
{
color: #385853;
}
.AnyTagClassName
{
color: #385853;
}
</style>
background-color css
<style>
a { background-color: #385853; }
a { background-color: rgb(56,88,83); }
div.DivClassName
{
background-color: #385853;
}
.BgClassName
{
background-color: #385853;
}
</style>
border-color css
<style>
span { border-color: #385853; }
span { border-color: rgb(56,88,83); }
td.TdClassName
{
border-color: #385853;
}
.TagClassName
{
border-color: #385853;
}
</style>