Shades of Blue Stone #17545A
Tints of Blue Stone #17545A
RGB
CMYK
RGB Variations
Color information
#17545A (or 0x17545A) is known color: Blue Stone. HEX triplet: 17, 54 and 5A. RGB value is (23,84,90). Sum of RGB (Red+Green+Blue) = 23+84+90=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #17545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17545A is #E8ABA5. Grayscale: #424242. Windows color (decimal): -15248294 or 5919767. OLE color: 5919767.
HSL color Cylindrical-coordinate representation of color #17545A: hue angle of 185.37º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17545A is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 84 | 90 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.65 |
| HSL | 185.37º | 0.59% | 0.22% | - |
| HSV(B) | 185.37º | 0.74% | 0.35% | - |
| XYZ | 5.37 | 7.26 | 10.79 | - |
| YUV | 66.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 90 | 0.74 | 0.07 | 0 | 0.65 | 185.37 | 0.59 | 0.22 |
| Hex | 17 | 54 | 5A | 4A | 7 | 0 | 41 | B9 | 3B | 16 |
| Octal | 27 | 124 | 132 | 112 | 7 | 0 | 101 | 271 | 73 | 26 |
| Binary | 10111 | 1010100 | 1011010 | 1001010 | 111 | 0 | 1000001 | 10111001 | 111011 | 10110 |
Color Harmonies of #17545A
Complementary color
Monochromatic Colors of #17545A
Black with #17545A
Text Example
Text Example
White with #17545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17545A; }
p { color: rgb(23,84,90); }
H1.HeaderClassName
{
color: #17545A;
}
.AnyTagClassName
{
color: #17545A;
}
</style>
background-color css
<style>
a { background-color: #17545A; }
a { background-color: rgb(23,84,90); }
div.DivClassName
{
background-color: #17545A;
}
.BgClassName
{
background-color: #17545A;
}
</style>
border-color css
<style>
span { border-color: #17545A; }
span { border-color: rgb(23,84,90); }
td.TdClassName
{
border-color: #17545A;
}
.TagClassName
{
border-color: #17545A;
}
</style>