Shades of Blue Stone #135E53
Tints of Blue Stone #135E53
RGB
CMYK
RGB Variations
Color information
#135E53 (or 0x135E53) is known color: Blue Stone. HEX triplet: 13, 5E and 53. RGB value is (19,94,83). Sum of RGB (Red+Green+Blue) = 19+94+83=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #135E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E53 is #ECA1AC. Grayscale: #464646. Windows color (decimal): -15507885 or 5463571. OLE color: 5463571.
HSL color Cylindrical-coordinate representation of color #135E53: hue angle of 171.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E53 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 94 | 83 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.63 |
| HSL | 171.2º | 0.66% | 0.22% | - |
| HSV(B) | 171.2º | 0.8% | 0.37% | - |
| XYZ | 5.83 | 8.77 | 9.57 | - |
| YUV | 70.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 83 | 0.80 | 0 | 0.12 | 0.63 | 171.2 | 0.66 | 0.22 |
| Hex | 13 | 5E | 53 | 50 | 0 | C | 3F | AB | 42 | 16 |
| Octal | 23 | 136 | 123 | 120 | 0 | 14 | 77 | 253 | 102 | 26 |
| Binary | 10011 | 1011110 | 1010011 | 1010000 | 0 | 1100 | 111111 | 10101011 | 1000010 | 10110 |
Color Harmonies of #135E53
Complementary color
Monochromatic Colors of #135E53
Black with #135E53
Text Example
Text Example
White with #135E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E53; }
p { color: rgb(19,94,83); }
H1.HeaderClassName
{
color: #135E53;
}
.AnyTagClassName
{
color: #135E53;
}
</style>
background-color css
<style>
a { background-color: #135E53; }
a { background-color: rgb(19,94,83); }
div.DivClassName
{
background-color: #135E53;
}
.BgClassName
{
background-color: #135E53;
}
</style>
border-color css
<style>
span { border-color: #135E53; }
span { border-color: rgb(19,94,83); }
td.TdClassName
{
border-color: #135E53;
}
.TagClassName
{
border-color: #135E53;
}
</style>