Shades of Blue Stone #205A62
Tints of Blue Stone #205A62
RGB
CMYK
RGB Variations
Color information
#205A62 (or 0x205A62) is known color: Blue Stone. HEX triplet: 20, 5A and 62. RGB value is (32,90,98). Sum of RGB (Red+Green+Blue) = 32+90+98=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #205A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A62 is #DFA59D. Grayscale: #494949. Windows color (decimal): -14656926 or 6445600. OLE color: 6445600.
HSL color Cylindrical-coordinate representation of color #205A62: hue angle of 187.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205A62 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 90 | 98 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.62 |
| HSL | 187.27º | 0.51% | 0.25% | - |
| HSV(B) | 187.27º | 0.67% | 0.38% | - |
| XYZ | 6.46 | 8.5 | 12.86 | - |
| YUV | 73.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 98 | 0.67 | 0.08 | 0 | 0.62 | 187.27 | 0.51 | 0.25 |
| Hex | 20 | 5A | 62 | 43 | 8 | 0 | 3E | BB | 33 | 19 |
| Octal | 40 | 132 | 142 | 103 | 10 | 0 | 76 | 273 | 63 | 31 |
| Binary | 100000 | 1011010 | 1100010 | 1000011 | 1000 | 0 | 111110 | 10111011 | 110011 | 11001 |
Color Harmonies of #205A62
Complementary color
Monochromatic Colors of #205A62
Black with #205A62
Text Example
Text Example
White with #205A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A62; }
p { color: rgb(32,90,98); }
H1.HeaderClassName
{
color: #205A62;
}
.AnyTagClassName
{
color: #205A62;
}
</style>
background-color css
<style>
a { background-color: #205A62; }
a { background-color: rgb(32,90,98); }
div.DivClassName
{
background-color: #205A62;
}
.BgClassName
{
background-color: #205A62;
}
</style>
border-color css
<style>
span { border-color: #205A62; }
span { border-color: rgb(32,90,98); }
td.TdClassName
{
border-color: #205A62;
}
.TagClassName
{
border-color: #205A62;
}
</style>