Shades of Blue Stone #145C52
Tints of Blue Stone #145C52
RGB
CMYK
RGB Variations
Color information
#145C52 (or 0x145C52) is known color: Blue Stone. HEX triplet: 14, 5C and 52. RGB value is (20,92,82). Sum of RGB (Red+Green+Blue) = 20+92+82=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #145C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C52 is #EBA3AD. Grayscale: #454545. Windows color (decimal): -15442862 or 5397524. OLE color: 5397524.
HSL color Cylindrical-coordinate representation of color #145C52: hue angle of 171.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C52 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 82 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.64 |
| HSL | 171.67º | 0.64% | 0.22% | - |
| HSV(B) | 171.67º | 0.78% | 0.36% | - |
| XYZ | 5.64 | 8.41 | 9.31 | - |
| YUV | 69.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 82 | 0.78 | 0 | 0.11 | 0.64 | 171.67 | 0.64 | 0.22 |
| Hex | 14 | 5C | 52 | 4E | 0 | B | 40 | AC | 40 | 16 |
| Octal | 24 | 134 | 122 | 116 | 0 | 13 | 100 | 254 | 100 | 26 |
| Binary | 10100 | 1011100 | 1010010 | 1001110 | 0 | 1011 | 1000000 | 10101100 | 1000000 | 10110 |
Color Harmonies of #145C52
Complementary color
Monochromatic Colors of #145C52
Black with #145C52
Text Example
Text Example
White with #145C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C52; }
p { color: rgb(20,92,82); }
H1.HeaderClassName
{
color: #145C52;
}
.AnyTagClassName
{
color: #145C52;
}
</style>
background-color css
<style>
a { background-color: #145C52; }
a { background-color: rgb(20,92,82); }
div.DivClassName
{
background-color: #145C52;
}
.BgClassName
{
background-color: #145C52;
}
</style>
border-color css
<style>
span { border-color: #145C52; }
span { border-color: rgb(20,92,82); }
td.TdClassName
{
border-color: #145C52;
}
.TagClassName
{
border-color: #145C52;
}
</style>