Shades of Blue Stone #205B5C
Tints of Blue Stone #205B5C
RGB
CMYK
RGB Variations
Color information
#205B5C (or 0x205B5C) is known color: Blue Stone. HEX triplet: 20, 5B and 5C. RGB value is (32,91,92). Sum of RGB (Red+Green+Blue) = 32+91+92=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #205B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B5C is #DFA4A3. Grayscale: #494949. Windows color (decimal): -14656676 or 6052640. OLE color: 6052640.
HSL color Cylindrical-coordinate representation of color #205B5C: hue angle of 181º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B5C is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 92 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.64 |
| HSL | 181º | 0.48% | 0.24% | - |
| HSV(B) | 181º | 0.65% | 0.36% | - |
| XYZ | 6.27 | 8.56 | 11.45 | - |
| YUV | 73.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 92 | 0.65 | 0.01 | 0 | 0.64 | 181 | 0.48 | 0.24 |
| Hex | 20 | 5B | 5C | 41 | 1 | 0 | 40 | B5 | 30 | 18 |
| Octal | 40 | 133 | 134 | 101 | 1 | 0 | 100 | 265 | 60 | 30 |
| Binary | 100000 | 1011011 | 1011100 | 1000001 | 1 | 0 | 1000000 | 10110101 | 110000 | 11000 |
Color Harmonies of #205B5C
Complementary color
Monochromatic Colors of #205B5C
Black with #205B5C
Text Example
Text Example
White with #205B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B5C; }
p { color: rgb(32,91,92); }
H1.HeaderClassName
{
color: #205B5C;
}
.AnyTagClassName
{
color: #205B5C;
}
</style>
background-color css
<style>
a { background-color: #205B5C; }
a { background-color: rgb(32,91,92); }
div.DivClassName
{
background-color: #205B5C;
}
.BgClassName
{
background-color: #205B5C;
}
</style>
border-color css
<style>
span { border-color: #205B5C; }
span { border-color: rgb(32,91,92); }
td.TdClassName
{
border-color: #205B5C;
}
.TagClassName
{
border-color: #205B5C;
}
</style>