Shades of Blue Stone #125C52
Tints of Blue Stone #125C52
RGB
CMYK
RGB Variations
Color information
#125C52 (or 0x125C52) is known color: Blue Stone. HEX triplet: 12, 5C and 52. RGB value is (18,92,82). Sum of RGB (Red+Green+Blue) = 18+92+82=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #125C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C52 is #EDA3AD. Grayscale: #444444. Windows color (decimal): -15573934 or 5397522. OLE color: 5397522.
HSL color Cylindrical-coordinate representation of color #125C52: hue angle of 171.89º degrees, saturation: 0.67, 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 #125C52 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 82 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.64 |
| HSL | 171.89º | 0.67% | 0.22% | - |
| HSV(B) | 171.89º | 0.8% | 0.36% | - |
| XYZ | 5.6 | 8.39 | 9.31 | - |
| YUV | 68.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 82 | 0.80 | 0 | 0.11 | 0.64 | 171.89 | 0.67 | 0.22 |
| Hex | 12 | 5C | 52 | 50 | 0 | B | 40 | AC | 43 | 16 |
| Octal | 22 | 134 | 122 | 120 | 0 | 13 | 100 | 254 | 103 | 26 |
| Binary | 10010 | 1011100 | 1010010 | 1010000 | 0 | 1011 | 1000000 | 10101100 | 1000011 | 10110 |
Color Harmonies of #125C52
Complementary color
Monochromatic Colors of #125C52
Black with #125C52
Text Example
Text Example
White with #125C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C52; }
p { color: rgb(18,92,82); }
H1.HeaderClassName
{
color: #125C52;
}
.AnyTagClassName
{
color: #125C52;
}
</style>
background-color css
<style>
a { background-color: #125C52; }
a { background-color: rgb(18,92,82); }
div.DivClassName
{
background-color: #125C52;
}
.BgClassName
{
background-color: #125C52;
}
</style>
border-color css
<style>
span { border-color: #125C52; }
span { border-color: rgb(18,92,82); }
td.TdClassName
{
border-color: #125C52;
}
.TagClassName
{
border-color: #125C52;
}
</style>