Shades of Blue Stone #205E65
Tints of Blue Stone #205E65
RGB
CMYK
RGB Variations
Color information
#205E65 (or 0x205E65) is known color: Blue Stone. HEX triplet: 20, 5E and 65. RGB value is (32,94,101). Sum of RGB (Red+Green+Blue) = 32+94+101=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #205E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E65 is #DFA19A. Grayscale: #4C4C4C. Windows color (decimal): -14655899 or 6643232. OLE color: 6643232.
HSL color Cylindrical-coordinate representation of color #205E65: hue angle of 186.09º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205E65 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 94 | 101 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.60 |
| HSL | 186.09º | 0.52% | 0.26% | - |
| HSV(B) | 186.09º | 0.68% | 0.4% | - |
| XYZ | 6.95 | 9.25 | 13.73 | - |
| YUV | 76.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 101 | 0.68 | 0.07 | 0 | 0.60 | 186.09 | 0.52 | 0.26 |
| Hex | 20 | 5E | 65 | 44 | 7 | 0 | 3C | BA | 34 | 1A |
| Octal | 40 | 136 | 145 | 104 | 7 | 0 | 74 | 272 | 64 | 32 |
| Binary | 100000 | 1011110 | 1100101 | 1000100 | 111 | 0 | 111100 | 10111010 | 110100 | 11010 |
Color Harmonies of #205E65
Complementary color
Monochromatic Colors of #205E65
Black with #205E65
Text Example
Text Example
White with #205E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E65; }
p { color: rgb(32,94,101); }
H1.HeaderClassName
{
color: #205E65;
}
.AnyTagClassName
{
color: #205E65;
}
</style>
background-color css
<style>
a { background-color: #205E65; }
a { background-color: rgb(32,94,101); }
div.DivClassName
{
background-color: #205E65;
}
.BgClassName
{
background-color: #205E65;
}
</style>
border-color css
<style>
span { border-color: #205E65; }
span { border-color: rgb(32,94,101); }
td.TdClassName
{
border-color: #205E65;
}
.TagClassName
{
border-color: #205E65;
}
</style>