Shades of Blue Stone #205B5E
Tints of Blue Stone #205B5E
RGB
CMYK
RGB Variations
Color information
#205B5E (or 0x205B5E) is known color: Blue Stone. HEX triplet: 20, 5B and 5E. RGB value is (32,91,94). Sum of RGB (Red+Green+Blue) = 32+91+94=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #205B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B5E is #DFA4A1. Grayscale: #494949. Windows color (decimal): -14656674 or 6183712. OLE color: 6183712.
HSL color Cylindrical-coordinate representation of color #205B5E: hue angle of 182.9º degrees, saturation: 0.49, 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 #205B5E is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 91 | 94 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.63 |
| HSL | 182.9º | 0.49% | 0.25% | - |
| HSV(B) | 182.9º | 0.66% | 0.37% | - |
| XYZ | 6.36 | 8.6 | 11.91 | - |
| YUV | 73.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 94 | 0.66 | 0.03 | 0 | 0.63 | 182.9 | 0.49 | 0.25 |
| Hex | 20 | 5B | 5E | 42 | 3 | 0 | 3F | B7 | 31 | 19 |
| Octal | 40 | 133 | 136 | 102 | 3 | 0 | 77 | 267 | 61 | 31 |
| Binary | 100000 | 1011011 | 1011110 | 1000010 | 11 | 0 | 111111 | 10110111 | 110001 | 11001 |
Color Harmonies of #205B5E
Complementary color
Monochromatic Colors of #205B5E
Black with #205B5E
Text Example
Text Example
White with #205B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B5E; }
p { color: rgb(32,91,94); }
H1.HeaderClassName
{
color: #205B5E;
}
.AnyTagClassName
{
color: #205B5E;
}
</style>
background-color css
<style>
a { background-color: #205B5E; }
a { background-color: rgb(32,91,94); }
div.DivClassName
{
background-color: #205B5E;
}
.BgClassName
{
background-color: #205B5E;
}
</style>
border-color css
<style>
span { border-color: #205B5E; }
span { border-color: rgb(32,91,94); }
td.TdClassName
{
border-color: #205B5E;
}
.TagClassName
{
border-color: #205B5E;
}
</style>