Shades of Blue Stone #135A57
Tints of Blue Stone #135A57
RGB
CMYK
RGB Variations
Color information
#135A57 (or 0x135A57) is known color: Blue Stone. HEX triplet: 13, 5A and 57. RGB value is (19,90,87). Sum of RGB (Red+Green+Blue) = 19+90+87=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #135A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A57 is #ECA5A8. Grayscale: #444444. Windows color (decimal): -15508905 or 5724691. OLE color: 5724691.
HSL color Cylindrical-coordinate representation of color #135A57: hue angle of 177.46º 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 #135A57 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 87 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.65 |
| HSL | 177.46º | 0.65% | 0.21% | - |
| HSV(B) | 177.46º | 0.79% | 0.35% | - |
| XYZ | 5.65 | 8.14 | 10.29 | - |
| YUV | 68.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 87 | 0.79 | 0 | 0.03 | 0.65 | 177.46 | 0.65 | 0.21 |
| Hex | 13 | 5A | 57 | 4F | 0 | 3 | 41 | B1 | 41 | 15 |
| Octal | 23 | 132 | 127 | 117 | 0 | 3 | 101 | 261 | 101 | 25 |
| Binary | 10011 | 1011010 | 1010111 | 1001111 | 0 | 11 | 1000001 | 10110001 | 1000001 | 10101 |
Color Harmonies of #135A57
Complementary color
Monochromatic Colors of #135A57
Black with #135A57
Text Example
Text Example
White with #135A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A57; }
p { color: rgb(19,90,87); }
H1.HeaderClassName
{
color: #135A57;
}
.AnyTagClassName
{
color: #135A57;
}
</style>
background-color css
<style>
a { background-color: #135A57; }
a { background-color: rgb(19,90,87); }
div.DivClassName
{
background-color: #135A57;
}
.BgClassName
{
background-color: #135A57;
}
</style>
border-color css
<style>
span { border-color: #135A57; }
span { border-color: rgb(19,90,87); }
td.TdClassName
{
border-color: #135A57;
}
.TagClassName
{
border-color: #135A57;
}
</style>