Shades of Blue Stone #205F5C
Tints of Blue Stone #205F5C
RGB
CMYK
RGB Variations
Color information
#205F5C (or 0x205F5C) is known color: Blue Stone. HEX triplet: 20, 5F and 5C. RGB value is (32,95,92). Sum of RGB (Red+Green+Blue) = 32+95+92=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #205F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F5C is #DFA0A3. Grayscale: #4B4B4B. Windows color (decimal): -14655652 or 6053664. OLE color: 6053664.
HSL color Cylindrical-coordinate representation of color #205F5C: hue angle of 177.14º 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 #205F5C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 92 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.63 |
| HSL | 177.14º | 0.5% | 0.25% | - |
| HSV(B) | 177.14º | 0.66% | 0.37% | - |
| XYZ | 6.62 | 9.26 | 11.56 | - |
| YUV | 75.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 92 | 0.66 | 0 | 0.03 | 0.63 | 177.14 | 0.5 | 0.25 |
| Hex | 20 | 5F | 5C | 42 | 0 | 3 | 3F | B1 | 32 | 19 |
| Octal | 40 | 137 | 134 | 102 | 0 | 3 | 77 | 261 | 62 | 31 |
| Binary | 100000 | 1011111 | 1011100 | 1000010 | 0 | 11 | 111111 | 10110001 | 110010 | 11001 |
Color Harmonies of #205F5C
Complementary color
Monochromatic Colors of #205F5C
Black with #205F5C
Text Example
Text Example
White with #205F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F5C; }
p { color: rgb(32,95,92); }
H1.HeaderClassName
{
color: #205F5C;
}
.AnyTagClassName
{
color: #205F5C;
}
</style>
background-color css
<style>
a { background-color: #205F5C; }
a { background-color: rgb(32,95,92); }
div.DivClassName
{
background-color: #205F5C;
}
.BgClassName
{
background-color: #205F5C;
}
</style>
border-color css
<style>
span { border-color: #205F5C; }
span { border-color: rgb(32,95,92); }
td.TdClassName
{
border-color: #205F5C;
}
.TagClassName
{
border-color: #205F5C;
}
</style>