Shades of Blue Stone #205A5A
Tints of Blue Stone #205A5A
RGB
CMYK
RGB Variations
Color information
#205A5A (or 0x205A5A) is known color: Blue Stone. HEX triplet: 20, 5A and 5A. RGB value is (32,90,90). Sum of RGB (Red+Green+Blue) = 32+90+90=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #205A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A5A is #DFA5A5. Grayscale: #484848. Windows color (decimal): -14656934 or 5921312. OLE color: 5921312.
HSL color Cylindrical-coordinate representation of color #205A5A: hue angle of 180º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A5A is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 90 | - |
| CMYK | 0.64 | 0 | 0 | 0.65 |
| HSL | 180º | 0.48% | 0.24% | - |
| HSV(B) | 180º | 0.64% | 0.35% | - |
| XYZ | 6.1 | 8.36 | 10.96 | - |
| YUV | 72.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 90 | 0.64 | 0 | 0 | 0.65 | 180 | 0.48 | 0.24 |
| Hex | 20 | 5A | 5A | 40 | 0 | 0 | 41 | B4 | 30 | 18 |
| Octal | 40 | 132 | 132 | 100 | 0 | 0 | 101 | 264 | 60 | 30 |
| Binary | 100000 | 1011010 | 1011010 | 1000000 | 0 | 0 | 1000001 | 10110100 | 110000 | 11000 |
Color Harmonies of #205A5A
Complementary color
Monochromatic Colors of #205A5A
Black with #205A5A
Text Example
Text Example
White with #205A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A5A; }
p { color: rgb(32,90,90); }
H1.HeaderClassName
{
color: #205A5A;
}
.AnyTagClassName
{
color: #205A5A;
}
</style>
background-color css
<style>
a { background-color: #205A5A; }
a { background-color: rgb(32,90,90); }
div.DivClassName
{
background-color: #205A5A;
}
.BgClassName
{
background-color: #205A5A;
}
</style>
border-color css
<style>
span { border-color: #205A5A; }
span { border-color: rgb(32,90,90); }
td.TdClassName
{
border-color: #205A5A;
}
.TagClassName
{
border-color: #205A5A;
}
</style>