Shades of Blue Stone #205F63
Tints of Blue Stone #205F63
RGB
CMYK
RGB Variations
Color information
#205F63 (or 0x205F63) is known color: Blue Stone. HEX triplet: 20, 5F and 63. RGB value is (32,95,99). Sum of RGB (Red+Green+Blue) = 32+95+99=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #205F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F63 is #DFA09C. Grayscale: #4C4C4C. Windows color (decimal): -14655645 or 6512416. OLE color: 6512416.
HSL color Cylindrical-coordinate representation of color #205F63: hue angle of 183.58º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205F63 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 95 | 99 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.61 |
| HSL | 183.58º | 0.51% | 0.26% | - |
| HSV(B) | 183.58º | 0.68% | 0.39% | - |
| XYZ | 6.94 | 9.39 | 13.25 | - |
| YUV | 76.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 99 | 0.68 | 0.04 | 0 | 0.61 | 183.58 | 0.51 | 0.26 |
| Hex | 20 | 5F | 63 | 44 | 4 | 0 | 3D | B8 | 33 | 1A |
| Octal | 40 | 137 | 143 | 104 | 4 | 0 | 75 | 270 | 63 | 32 |
| Binary | 100000 | 1011111 | 1100011 | 1000100 | 100 | 0 | 111101 | 10111000 | 110011 | 11010 |
Color Harmonies of #205F63
Complementary color
Monochromatic Colors of #205F63
Black with #205F63
Text Example
Text Example
White with #205F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F63; }
p { color: rgb(32,95,99); }
H1.HeaderClassName
{
color: #205F63;
}
.AnyTagClassName
{
color: #205F63;
}
</style>
background-color css
<style>
a { background-color: #205F63; }
a { background-color: rgb(32,95,99); }
div.DivClassName
{
background-color: #205F63;
}
.BgClassName
{
background-color: #205F63;
}
</style>
border-color css
<style>
span { border-color: #205F63; }
span { border-color: rgb(32,95,99); }
td.TdClassName
{
border-color: #205F63;
}
.TagClassName
{
border-color: #205F63;
}
</style>