Shades of Blue Stone #205E64
Tints of Blue Stone #205E64
RGB
CMYK
RGB Variations
Color information
#205E64 (or 0x205E64) is known color: Blue Stone. HEX triplet: 20, 5E and 64. RGB value is (32,94,100). Sum of RGB (Red+Green+Blue) = 32+94+100=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #205E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E64 is #DFA19B. Grayscale: #4C4C4C. Windows color (decimal): -14655900 or 6577696. OLE color: 6577696.
HSL color Cylindrical-coordinate representation of color #205E64: hue angle of 185.29º degrees, saturation: 0.52, 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 #205E64 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 94 | 100 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.61 |
| HSL | 185.29º | 0.52% | 0.26% | - |
| HSV(B) | 185.29º | 0.68% | 0.39% | - |
| XYZ | 6.9 | 9.23 | 13.48 | - |
| YUV | 76.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 100 | 0.68 | 0.06 | 0 | 0.61 | 185.29 | 0.52 | 0.26 |
| Hex | 20 | 5E | 64 | 44 | 6 | 0 | 3D | B9 | 34 | 1A |
| Octal | 40 | 136 | 144 | 104 | 6 | 0 | 75 | 271 | 64 | 32 |
| Binary | 100000 | 1011110 | 1100100 | 1000100 | 110 | 0 | 111101 | 10111001 | 110100 | 11010 |
Color Harmonies of #205E64
Complementary color
Monochromatic Colors of #205E64
Black with #205E64
Text Example
Text Example
White with #205E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E64; }
p { color: rgb(32,94,100); }
H1.HeaderClassName
{
color: #205E64;
}
.AnyTagClassName
{
color: #205E64;
}
</style>
background-color css
<style>
a { background-color: #205E64; }
a { background-color: rgb(32,94,100); }
div.DivClassName
{
background-color: #205E64;
}
.BgClassName
{
background-color: #205E64;
}
</style>
border-color css
<style>
span { border-color: #205E64; }
span { border-color: rgb(32,94,100); }
td.TdClassName
{
border-color: #205E64;
}
.TagClassName
{
border-color: #205E64;
}
</style>