Shades of Blue Stone #135B55
Tints of Blue Stone #135B55
RGB
CMYK
RGB Variations
Color information
#135B55 (or 0x135B55) is known color: Blue Stone. HEX triplet: 13, 5B and 55. RGB value is (19,91,85). Sum of RGB (Red+Green+Blue) = 19+91+85=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #135B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B55 is #ECA4AA. Grayscale: #444444. Windows color (decimal): -15508651 or 5593875. OLE color: 5593875.
HSL color Cylindrical-coordinate representation of color #135B55: hue angle of 175º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B55 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 85 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.64 |
| HSL | 175º | 0.65% | 0.22% | - |
| HSV(B) | 175º | 0.79% | 0.36% | - |
| XYZ | 5.65 | 8.28 | 9.89 | - |
| YUV | 68.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 85 | 0.79 | 0 | 0.07 | 0.64 | 175 | 0.65 | 0.22 |
| Hex | 13 | 5B | 55 | 4F | 0 | 7 | 40 | AF | 41 | 16 |
| Octal | 23 | 133 | 125 | 117 | 0 | 7 | 100 | 257 | 101 | 26 |
| Binary | 10011 | 1011011 | 1010101 | 1001111 | 0 | 111 | 1000000 | 10101111 | 1000001 | 10110 |
Color Harmonies of #135B55
Complementary color
Monochromatic Colors of #135B55
Black with #135B55
Text Example
Text Example
White with #135B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B55; }
p { color: rgb(19,91,85); }
H1.HeaderClassName
{
color: #135B55;
}
.AnyTagClassName
{
color: #135B55;
}
</style>
background-color css
<style>
a { background-color: #135B55; }
a { background-color: rgb(19,91,85); }
div.DivClassName
{
background-color: #135B55;
}
.BgClassName
{
background-color: #135B55;
}
</style>
border-color css
<style>
span { border-color: #135B55; }
span { border-color: rgb(19,91,85); }
td.TdClassName
{
border-color: #135B55;
}
.TagClassName
{
border-color: #135B55;
}
</style>