Shades of Blue Stone #17565A
Tints of Blue Stone #17565A
RGB
CMYK
RGB Variations
Color information
#17565A (or 0x17565A) is known color: Blue Stone. HEX triplet: 17, 56 and 5A. RGB value is (23,86,90). Sum of RGB (Red+Green+Blue) = 23+86+90=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #17565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17565A is #E8A9A5. Grayscale: #434343. Windows color (decimal): -15247782 or 5920279. OLE color: 5920279.
HSL color Cylindrical-coordinate representation of color #17565A: hue angle of 183.58º 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 #17565A is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 86 | 90 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.65 |
| HSL | 183.58º | 0.59% | 0.22% | - |
| HSV(B) | 183.58º | 0.74% | 0.35% | - |
| XYZ | 5.53 | 7.58 | 10.84 | - |
| YUV | 67.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 90 | 0.74 | 0.04 | 0 | 0.65 | 183.58 | 0.59 | 0.22 |
| Hex | 17 | 56 | 5A | 4A | 4 | 0 | 41 | B8 | 3B | 16 |
| Octal | 27 | 126 | 132 | 112 | 4 | 0 | 101 | 270 | 73 | 26 |
| Binary | 10111 | 1010110 | 1011010 | 1001010 | 100 | 0 | 1000001 | 10111000 | 111011 | 10110 |
Color Harmonies of #17565A
Complementary color
Monochromatic Colors of #17565A
Black with #17565A
Text Example
Text Example
White with #17565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17565A; }
p { color: rgb(23,86,90); }
H1.HeaderClassName
{
color: #17565A;
}
.AnyTagClassName
{
color: #17565A;
}
</style>
background-color css
<style>
a { background-color: #17565A; }
a { background-color: rgb(23,86,90); }
div.DivClassName
{
background-color: #17565A;
}
.BgClassName
{
background-color: #17565A;
}
</style>
border-color css
<style>
span { border-color: #17565A; }
span { border-color: rgb(23,86,90); }
td.TdClassName
{
border-color: #17565A;
}
.TagClassName
{
border-color: #17565A;
}
</style>