Shades of Blue Stone #135D52
Tints of Blue Stone #135D52
RGB
CMYK
RGB Variations
Color information
#135D52 (or 0x135D52) is known color: Blue Stone. HEX triplet: 13, 5D and 52. RGB value is (19,93,82). Sum of RGB (Red+Green+Blue) = 19+93+82=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #135D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D52 is #ECA2AD. Grayscale: #454545. Windows color (decimal): -15508142 or 5397779. OLE color: 5397779.
HSL color Cylindrical-coordinate representation of color #135D52: hue angle of 171.08º 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 #135D52 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 82 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.64 |
| HSL | 171.08º | 0.66% | 0.22% | - |
| HSV(B) | 171.08º | 0.8% | 0.36% | - |
| XYZ | 5.71 | 8.58 | 9.34 | - |
| YUV | 69.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 82 | 0.80 | 0 | 0.12 | 0.64 | 171.08 | 0.66 | 0.22 |
| Hex | 13 | 5D | 52 | 50 | 0 | C | 40 | AB | 42 | 16 |
| Octal | 23 | 135 | 122 | 120 | 0 | 14 | 100 | 253 | 102 | 26 |
| Binary | 10011 | 1011101 | 1010010 | 1010000 | 0 | 1100 | 1000000 | 10101011 | 1000010 | 10110 |
Color Harmonies of #135D52
Complementary color
Monochromatic Colors of #135D52
Black with #135D52
Text Example
Text Example
White with #135D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D52; }
p { color: rgb(19,93,82); }
H1.HeaderClassName
{
color: #135D52;
}
.AnyTagClassName
{
color: #135D52;
}
</style>
background-color css
<style>
a { background-color: #135D52; }
a { background-color: rgb(19,93,82); }
div.DivClassName
{
background-color: #135D52;
}
.BgClassName
{
background-color: #135D52;
}
</style>
border-color css
<style>
span { border-color: #135D52; }
span { border-color: rgb(19,93,82); }
td.TdClassName
{
border-color: #135D52;
}
.TagClassName
{
border-color: #135D52;
}
</style>