Shades of Blue Stone #135C52
Tints of Blue Stone #135C52
RGB
CMYK
RGB Variations
Color information
#135C52 (or 0x135C52) is known color: Blue Stone. HEX triplet: 13, 5C and 52. RGB value is (19,92,82). Sum of RGB (Red+Green+Blue) = 19+92+82=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #135C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C52 is #ECA3AD. Grayscale: #454545. Windows color (decimal): -15508398 or 5397523. OLE color: 5397523.
HSL color Cylindrical-coordinate representation of color #135C52: hue angle of 171.78º degrees, saturation: 0.66, 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 #135C52 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 82 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.64 |
| HSL | 171.78º | 0.66% | 0.22% | - |
| HSV(B) | 171.78º | 0.79% | 0.36% | - |
| XYZ | 5.62 | 8.4 | 9.31 | - |
| YUV | 69.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 82 | 0.79 | 0 | 0.11 | 0.64 | 171.78 | 0.66 | 0.22 |
| Hex | 13 | 5C | 52 | 4F | 0 | B | 40 | AC | 42 | 16 |
| Octal | 23 | 134 | 122 | 117 | 0 | 13 | 100 | 254 | 102 | 26 |
| Binary | 10011 | 1011100 | 1010010 | 1001111 | 0 | 1011 | 1000000 | 10101100 | 1000010 | 10110 |
Color Harmonies of #135C52
Complementary color
Monochromatic Colors of #135C52
Black with #135C52
Text Example
Text Example
White with #135C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C52; }
p { color: rgb(19,92,82); }
H1.HeaderClassName
{
color: #135C52;
}
.AnyTagClassName
{
color: #135C52;
}
</style>
background-color css
<style>
a { background-color: #135C52; }
a { background-color: rgb(19,92,82); }
div.DivClassName
{
background-color: #135C52;
}
.BgClassName
{
background-color: #135C52;
}
</style>
border-color css
<style>
span { border-color: #135C52; }
span { border-color: rgb(19,92,82); }
td.TdClassName
{
border-color: #135C52;
}
.TagClassName
{
border-color: #135C52;
}
</style>