Shades of Blue Stone #205E63
Tints of Blue Stone #205E63
RGB
CMYK
RGB Variations
Color information
#205E63 (or 0x205E63) is known color: Blue Stone. HEX triplet: 20, 5E and 63. RGB value is (32,94,99). Sum of RGB (Red+Green+Blue) = 32+94+99=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #205E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E63 is #DFA19C. Grayscale: #4B4B4B. Windows color (decimal): -14655901 or 6512160. OLE color: 6512160.
HSL color Cylindrical-coordinate representation of color #205E63: hue angle of 184.48º 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 #205E63 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 94 | 99 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.61 |
| HSL | 184.48º | 0.51% | 0.26% | - |
| HSV(B) | 184.48º | 0.68% | 0.39% | - |
| XYZ | 6.85 | 9.21 | 13.22 | - |
| YUV | 76.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 99 | 0.68 | 0.05 | 0 | 0.61 | 184.48 | 0.51 | 0.26 |
| Hex | 20 | 5E | 63 | 44 | 5 | 0 | 3D | B8 | 33 | 1A |
| Octal | 40 | 136 | 143 | 104 | 5 | 0 | 75 | 270 | 63 | 32 |
| Binary | 100000 | 1011110 | 1100011 | 1000100 | 101 | 0 | 111101 | 10111000 | 110011 | 11010 |
Color Harmonies of #205E63
Complementary color
Monochromatic Colors of #205E63
Black with #205E63
Text Example
Text Example
White with #205E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E63; }
p { color: rgb(32,94,99); }
H1.HeaderClassName
{
color: #205E63;
}
.AnyTagClassName
{
color: #205E63;
}
</style>
background-color css
<style>
a { background-color: #205E63; }
a { background-color: rgb(32,94,99); }
div.DivClassName
{
background-color: #205E63;
}
.BgClassName
{
background-color: #205E63;
}
</style>
border-color css
<style>
span { border-color: #205E63; }
span { border-color: rgb(32,94,99); }
td.TdClassName
{
border-color: #205E63;
}
.TagClassName
{
border-color: #205E63;
}
</style>