Shades of Blue Stone #205C65
Tints of Blue Stone #205C65
RGB
CMYK
RGB Variations
Color information
#205C65 (or 0x205C65) is known color: Blue Stone. HEX triplet: 20, 5C and 65. RGB value is (32,92,101). Sum of RGB (Red+Green+Blue) = 32+92+101=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #205C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C65 is #DFA39A. Grayscale: #4A4A4A. Windows color (decimal): -14656411 or 6642720. OLE color: 6642720.
HSL color Cylindrical-coordinate representation of color #205C65: hue angle of 187.83º 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 #205C65 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 92 | 101 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.60 |
| HSL | 187.83º | 0.52% | 0.26% | - |
| HSV(B) | 187.83º | 0.68% | 0.4% | - |
| XYZ | 6.77 | 8.9 | 13.67 | - |
| YUV | 75.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 101 | 0.68 | 0.09 | 0 | 0.60 | 187.83 | 0.52 | 0.26 |
| Hex | 20 | 5C | 65 | 44 | 9 | 0 | 3C | BC | 34 | 1A |
| Octal | 40 | 134 | 145 | 104 | 11 | 0 | 74 | 274 | 64 | 32 |
| Binary | 100000 | 1011100 | 1100101 | 1000100 | 1001 | 0 | 111100 | 10111100 | 110100 | 11010 |
Color Harmonies of #205C65
Complementary color
Monochromatic Colors of #205C65
Black with #205C65
Text Example
Text Example
White with #205C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C65; }
p { color: rgb(32,92,101); }
H1.HeaderClassName
{
color: #205C65;
}
.AnyTagClassName
{
color: #205C65;
}
</style>
background-color css
<style>
a { background-color: #205C65; }
a { background-color: rgb(32,92,101); }
div.DivClassName
{
background-color: #205C65;
}
.BgClassName
{
background-color: #205C65;
}
</style>
border-color css
<style>
span { border-color: #205C65; }
span { border-color: rgb(32,92,101); }
td.TdClassName
{
border-color: #205C65;
}
.TagClassName
{
border-color: #205C65;
}
</style>