Shades of Blue Stone #18585A
Tints of Blue Stone #18585A
RGB
CMYK
RGB Variations
Color information
#18585A (or 0x18585A) is known color: Blue Stone. HEX triplet: 18, 58 and 5A. RGB value is (24,88,90). Sum of RGB (Red+Green+Blue) = 24+88+90=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #18585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585A is #E7A7A5. Grayscale: #454545. Windows color (decimal): -15181734 or 5920792. OLE color: 5920792.
HSL color Cylindrical-coordinate representation of color #18585A: hue angle of 181.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18585A is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 90 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.65 |
| HSL | 181.82º | 0.58% | 0.22% | - |
| HSV(B) | 181.82º | 0.73% | 0.35% | - |
| XYZ | 5.71 | 7.91 | 10.9 | - |
| YUV | 69.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 90 | 0.73 | 0.02 | 0 | 0.65 | 181.82 | 0.58 | 0.22 |
| Hex | 18 | 58 | 5A | 49 | 2 | 0 | 41 | B6 | 3A | 16 |
| Octal | 30 | 130 | 132 | 111 | 2 | 0 | 101 | 266 | 72 | 26 |
| Binary | 11000 | 1011000 | 1011010 | 1001001 | 10 | 0 | 1000001 | 10110110 | 111010 | 10110 |
Color Harmonies of #18585A
Complementary color
Monochromatic Colors of #18585A
Black with #18585A
Text Example
Text Example
White with #18585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18585A; }
p { color: rgb(24,88,90); }
H1.HeaderClassName
{
color: #18585A;
}
.AnyTagClassName
{
color: #18585A;
}
</style>
background-color css
<style>
a { background-color: #18585A; }
a { background-color: rgb(24,88,90); }
div.DivClassName
{
background-color: #18585A;
}
.BgClassName
{
background-color: #18585A;
}
</style>
border-color css
<style>
span { border-color: #18585A; }
span { border-color: rgb(24,88,90); }
td.TdClassName
{
border-color: #18585A;
}
.TagClassName
{
border-color: #18585A;
}
</style>