Shades of Blue Stone #205C66
Tints of Blue Stone #205C66
RGB
CMYK
RGB Variations
Color information
#205C66 (or 0x205C66) is known color: Blue Stone. HEX triplet: 20, 5C and 66. RGB value is (32,92,102). Sum of RGB (Red+Green+Blue) = 32+92+102=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #205C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C66 is #DFA399. Grayscale: #4B4B4B. Windows color (decimal): -14656410 or 6708256. OLE color: 6708256.
HSL color Cylindrical-coordinate representation of color #205C66: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205C66 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 92 | 102 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.6 |
| HSL | 188.57º | 0.52% | 0.26% | - |
| HSV(B) | 188.57º | 0.69% | 0.4% | - |
| XYZ | 6.82 | 8.92 | 13.93 | - |
| YUV | 75.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 102 | 0.69 | 0.10 | 0 | 0.6 | 188.57 | 0.52 | 0.26 |
| Hex | 20 | 5C | 66 | 45 | A | 0 | 3C | BD | 34 | 1A |
| Octal | 40 | 134 | 146 | 105 | 12 | 0 | 74 | 275 | 64 | 32 |
| Binary | 100000 | 1011100 | 1100110 | 1000101 | 1010 | 0 | 111100 | 10111101 | 110100 | 11010 |
Color Harmonies of #205C66
Complementary color
Monochromatic Colors of #205C66
Black with #205C66
Text Example
Text Example
White with #205C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C66; }
p { color: rgb(32,92,102); }
H1.HeaderClassName
{
color: #205C66;
}
.AnyTagClassName
{
color: #205C66;
}
</style>
background-color css
<style>
a { background-color: #205C66; }
a { background-color: rgb(32,92,102); }
div.DivClassName
{
background-color: #205C66;
}
.BgClassName
{
background-color: #205C66;
}
</style>
border-color css
<style>
span { border-color: #205C66; }
span { border-color: rgb(32,92,102); }
td.TdClassName
{
border-color: #205C66;
}
.TagClassName
{
border-color: #205C66;
}
</style>