Shades of Blue Stone #135A52
Tints of Blue Stone #135A52
RGB
CMYK
RGB Variations
Color information
#135A52 (or 0x135A52) is known color: Blue Stone. HEX triplet: 13, 5A and 52. RGB value is (19,90,82). Sum of RGB (Red+Green+Blue) = 19+90+82=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #135A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A52 is #ECA5AD. Grayscale: #434343. Windows color (decimal): -15508910 or 5397011. OLE color: 5397011.
HSL color Cylindrical-coordinate representation of color #135A52: hue angle of 173.24º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A52 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 82 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.65 |
| HSL | 173.24º | 0.65% | 0.21% | - |
| HSV(B) | 173.24º | 0.79% | 0.35% | - |
| XYZ | 5.45 | 8.06 | 9.25 | - |
| YUV | 67.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 82 | 0.79 | 0 | 0.09 | 0.65 | 173.24 | 0.65 | 0.21 |
| Hex | 13 | 5A | 52 | 4F | 0 | 9 | 41 | AD | 41 | 15 |
| Octal | 23 | 132 | 122 | 117 | 0 | 11 | 101 | 255 | 101 | 25 |
| Binary | 10011 | 1011010 | 1010010 | 1001111 | 0 | 1001 | 1000001 | 10101101 | 1000001 | 10101 |
Color Harmonies of #135A52
Complementary color
Monochromatic Colors of #135A52
Black with #135A52
Text Example
Text Example
White with #135A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A52; }
p { color: rgb(19,90,82); }
H1.HeaderClassName
{
color: #135A52;
}
.AnyTagClassName
{
color: #135A52;
}
</style>
background-color css
<style>
a { background-color: #135A52; }
a { background-color: rgb(19,90,82); }
div.DivClassName
{
background-color: #135A52;
}
.BgClassName
{
background-color: #135A52;
}
</style>
border-color css
<style>
span { border-color: #135A52; }
span { border-color: rgb(19,90,82); }
td.TdClassName
{
border-color: #135A52;
}
.TagClassName
{
border-color: #135A52;
}
</style>