Shades of Blue Stone #205E5C
Tints of Blue Stone #205E5C
RGB
CMYK
RGB Variations
Color information
#205E5C (or 0x205E5C) is known color: Blue Stone. HEX triplet: 20, 5E and 5C. RGB value is (32,94,92). Sum of RGB (Red+Green+Blue) = 32+94+92=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #205E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E5C is #DFA1A3. Grayscale: #4B4B4B. Windows color (decimal): -14655908 or 6053408. OLE color: 6053408.
HSL color Cylindrical-coordinate representation of color #205E5C: hue angle of 178.06º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205E5C is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 92 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.63 |
| HSL | 178.06º | 0.49% | 0.25% | - |
| HSV(B) | 178.06º | 0.66% | 0.37% | - |
| XYZ | 6.53 | 9.09 | 11.53 | - |
| YUV | 75.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 92 | 0.66 | 0 | 0.02 | 0.63 | 178.06 | 0.49 | 0.25 |
| Hex | 20 | 5E | 5C | 42 | 0 | 2 | 3F | B2 | 31 | 19 |
| Octal | 40 | 136 | 134 | 102 | 0 | 2 | 77 | 262 | 61 | 31 |
| Binary | 100000 | 1011110 | 1011100 | 1000010 | 0 | 10 | 111111 | 10110010 | 110001 | 11001 |
Color Harmonies of #205E5C
Complementary color
Monochromatic Colors of #205E5C
Black with #205E5C
Text Example
Text Example
White with #205E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E5C; }
p { color: rgb(32,94,92); }
H1.HeaderClassName
{
color: #205E5C;
}
.AnyTagClassName
{
color: #205E5C;
}
</style>
background-color css
<style>
a { background-color: #205E5C; }
a { background-color: rgb(32,94,92); }
div.DivClassName
{
background-color: #205E5C;
}
.BgClassName
{
background-color: #205E5C;
}
</style>
border-color css
<style>
span { border-color: #205E5C; }
span { border-color: rgb(32,94,92); }
td.TdClassName
{
border-color: #205E5C;
}
.TagClassName
{
border-color: #205E5C;
}
</style>