Shades of Blue Stone #205F64
Tints of Blue Stone #205F64
RGB
CMYK
RGB Variations
Color information
#205F64 (or 0x205F64) is known color: Blue Stone. HEX triplet: 20, 5F and 64. RGB value is (32,95,100). Sum of RGB (Red+Green+Blue) = 32+95+100=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 100 - color contains mainly: blue. Hex color #205F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F64 is #DFA09B. Grayscale: #4C4C4C. Windows color (decimal): -14655644 or 6577952. OLE color: 6577952.
HSL color Cylindrical-coordinate representation of color #205F64: hue angle of 184.41º 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 #205F64 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 95 | 100 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.61 |
| HSL | 184.41º | 0.52% | 0.26% | - |
| HSV(B) | 184.41º | 0.68% | 0.39% | - |
| XYZ | 6.99 | 9.41 | 13.5 | - |
| YUV | 76.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 100 | 0.68 | 0.05 | 0 | 0.61 | 184.41 | 0.52 | 0.26 |
| Hex | 20 | 5F | 64 | 44 | 5 | 0 | 3D | B8 | 34 | 1A |
| Octal | 40 | 137 | 144 | 104 | 5 | 0 | 75 | 270 | 64 | 32 |
| Binary | 100000 | 1011111 | 1100100 | 1000100 | 101 | 0 | 111101 | 10111000 | 110100 | 11010 |
Color Harmonies of #205F64
Complementary color
Monochromatic Colors of #205F64
Black with #205F64
Text Example
Text Example
White with #205F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F64; }
p { color: rgb(32,95,100); }
H1.HeaderClassName
{
color: #205F64;
}
.AnyTagClassName
{
color: #205F64;
}
</style>
background-color css
<style>
a { background-color: #205F64; }
a { background-color: rgb(32,95,100); }
div.DivClassName
{
background-color: #205F64;
}
.BgClassName
{
background-color: #205F64;
}
</style>
border-color css
<style>
span { border-color: #205F64; }
span { border-color: rgb(32,95,100); }
td.TdClassName
{
border-color: #205F64;
}
.TagClassName
{
border-color: #205F64;
}
</style>