Shades of Blue Stone #135D56
Tints of Blue Stone #135D56
RGB
CMYK
RGB Variations
Color information
#135D56 (or 0x135D56) is known color: Blue Stone. HEX triplet: 13, 5D and 56. RGB value is (19,93,86). Sum of RGB (Red+Green+Blue) = 19+93+86=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #135D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D56 is #ECA2A9. Grayscale: #464646. Windows color (decimal): -15508138 or 5659923. OLE color: 5659923.
HSL color Cylindrical-coordinate representation of color #135D56: hue angle of 174.32º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D56 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 86 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.64 |
| HSL | 174.32º | 0.66% | 0.22% | - |
| HSV(B) | 174.32º | 0.8% | 0.36% | - |
| XYZ | 5.86 | 8.64 | 10.16 | - |
| YUV | 70.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 86 | 0.80 | 0 | 0.08 | 0.64 | 174.32 | 0.66 | 0.22 |
| Hex | 13 | 5D | 56 | 50 | 0 | 8 | 40 | AE | 42 | 16 |
| Octal | 23 | 135 | 126 | 120 | 0 | 10 | 100 | 256 | 102 | 26 |
| Binary | 10011 | 1011101 | 1010110 | 1010000 | 0 | 1000 | 1000000 | 10101110 | 1000010 | 10110 |
Color Harmonies of #135D56
Complementary color
Monochromatic Colors of #135D56
Black with #135D56
Text Example
Text Example
White with #135D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D56; }
p { color: rgb(19,93,86); }
H1.HeaderClassName
{
color: #135D56;
}
.AnyTagClassName
{
color: #135D56;
}
</style>
background-color css
<style>
a { background-color: #135D56; }
a { background-color: rgb(19,93,86); }
div.DivClassName
{
background-color: #135D56;
}
.BgClassName
{
background-color: #135D56;
}
</style>
border-color css
<style>
span { border-color: #135D56; }
span { border-color: rgb(19,93,86); }
td.TdClassName
{
border-color: #135D56;
}
.TagClassName
{
border-color: #135D56;
}
</style>