Shades of Blue Stone #205E5F
Tints of Blue Stone #205E5F
RGB
CMYK
RGB Variations
Color information
#205E5F (or 0x205E5F) is known color: Blue Stone. HEX triplet: 20, 5E and 5F. RGB value is (32,94,95). Sum of RGB (Red+Green+Blue) = 32+94+95=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #205E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E5F is #DFA1A0. Grayscale: #4B4B4B. Windows color (decimal): -14655905 or 6250016. OLE color: 6250016.
HSL color Cylindrical-coordinate representation of color #205E5F: hue angle of 180.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205E5F is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 95 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.63 |
| HSL | 180.95º | 0.5% | 0.25% | - |
| HSV(B) | 180.95º | 0.66% | 0.37% | - |
| XYZ | 6.66 | 9.14 | 12.24 | - |
| YUV | 75.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 95 | 0.66 | 0.01 | 0 | 0.63 | 180.95 | 0.5 | 0.25 |
| Hex | 20 | 5E | 5F | 42 | 1 | 0 | 3F | B5 | 32 | 19 |
| Octal | 40 | 136 | 137 | 102 | 1 | 0 | 77 | 265 | 62 | 31 |
| Binary | 100000 | 1011110 | 1011111 | 1000010 | 1 | 0 | 111111 | 10110101 | 110010 | 11001 |
Color Harmonies of #205E5F
Complementary color
Monochromatic Colors of #205E5F
Black with #205E5F
Text Example
Text Example
White with #205E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E5F; }
p { color: rgb(32,94,95); }
H1.HeaderClassName
{
color: #205E5F;
}
.AnyTagClassName
{
color: #205E5F;
}
</style>
background-color css
<style>
a { background-color: #205E5F; }
a { background-color: rgb(32,94,95); }
div.DivClassName
{
background-color: #205E5F;
}
.BgClassName
{
background-color: #205E5F;
}
</style>
border-color css
<style>
span { border-color: #205E5F; }
span { border-color: rgb(32,94,95); }
td.TdClassName
{
border-color: #205E5F;
}
.TagClassName
{
border-color: #205E5F;
}
</style>