Shades of Blue Stone #125D56
Tints of Blue Stone #125D56
RGB
CMYK
RGB Variations
Color information
#125D56 (or 0x125D56) is known color: Blue Stone. HEX triplet: 12, 5D and 56. RGB value is (18,93,86). Sum of RGB (Red+Green+Blue) = 18+93+86=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #125D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D56 is #EDA2A9. Grayscale: #454545. Windows color (decimal): -15573674 or 5659922. OLE color: 5659922.
HSL color Cylindrical-coordinate representation of color #125D56: hue angle of 174.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D56 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 86 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.64 |
| HSL | 174.4º | 0.68% | 0.22% | - |
| HSV(B) | 174.4º | 0.81% | 0.36% | - |
| XYZ | 5.84 | 8.63 | 10.16 | - |
| YUV | 69.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 86 | 0.81 | 0 | 0.08 | 0.64 | 174.4 | 0.68 | 0.22 |
| Hex | 12 | 5D | 56 | 51 | 0 | 8 | 40 | AE | 44 | 16 |
| Octal | 22 | 135 | 126 | 121 | 0 | 10 | 100 | 256 | 104 | 26 |
| Binary | 10010 | 1011101 | 1010110 | 1010001 | 0 | 1000 | 1000000 | 10101110 | 1000100 | 10110 |
Color Harmonies of #125D56
Complementary color
Monochromatic Colors of #125D56
Black with #125D56
Text Example
Text Example
White with #125D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D56; }
p { color: rgb(18,93,86); }
H1.HeaderClassName
{
color: #125D56;
}
.AnyTagClassName
{
color: #125D56;
}
</style>
background-color css
<style>
a { background-color: #125D56; }
a { background-color: rgb(18,93,86); }
div.DivClassName
{
background-color: #125D56;
}
.BgClassName
{
background-color: #125D56;
}
</style>
border-color css
<style>
span { border-color: #125D56; }
span { border-color: rgb(18,93,86); }
td.TdClassName
{
border-color: #125D56;
}
.TagClassName
{
border-color: #125D56;
}
</style>