Shades of Blue Stone #10565B
Tints of Blue Stone #10565B
RGB
CMYK
RGB Variations
Color information
#10565B (or 0x10565B) is known color: Blue Stone. HEX triplet: 10, 56 and 5B. RGB value is (16,86,91). Sum of RGB (Red+Green+Blue) = 16+86+91=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #10565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10565B is #EFA9A4. Grayscale: #414141. Windows color (decimal): -15706533 or 5985808. OLE color: 5985808.
HSL color Cylindrical-coordinate representation of color #10565B: hue angle of 184º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10565B is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 86 | 91 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.64 |
| HSL | 184º | 0.7% | 0.21% | - |
| HSV(B) | 184º | 0.82% | 0.36% | - |
| XYZ | 5.43 | 7.52 | 11.06 | - |
| YUV | 65.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 91 | 0.82 | 0.05 | 0 | 0.64 | 184 | 0.7 | 0.21 |
| Hex | 10 | 56 | 5B | 52 | 5 | 0 | 40 | B8 | 46 | 15 |
| Octal | 20 | 126 | 133 | 122 | 5 | 0 | 100 | 270 | 106 | 25 |
| Binary | 10000 | 1010110 | 1011011 | 1010010 | 101 | 0 | 1000000 | 10111000 | 1000110 | 10101 |
Color Harmonies of #10565B
Complementary color
Monochromatic Colors of #10565B
Black with #10565B
Text Example
Text Example
White with #10565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10565B; }
p { color: rgb(16,86,91); }
H1.HeaderClassName
{
color: #10565B;
}
.AnyTagClassName
{
color: #10565B;
}
</style>
background-color css
<style>
a { background-color: #10565B; }
a { background-color: rgb(16,86,91); }
div.DivClassName
{
background-color: #10565B;
}
.BgClassName
{
background-color: #10565B;
}
</style>
border-color css
<style>
span { border-color: #10565B; }
span { border-color: rgb(16,86,91); }
td.TdClassName
{
border-color: #10565B;
}
.TagClassName
{
border-color: #10565B;
}
</style>