Shades of Blue Stone #155A5D
Tints of Blue Stone #155A5D
RGB
CMYK
RGB Variations
Color information
#155A5D (or 0x155A5D) is known color: Blue Stone. HEX triplet: 15, 5A and 5D. RGB value is (21,90,93). Sum of RGB (Red+Green+Blue) = 21+90+93=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #155A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A5D is #EAA5A2. Grayscale: #454545. Windows color (decimal): -15377827 or 6117909. OLE color: 6117909.
HSL color Cylindrical-coordinate representation of color #155A5D: hue angle of 182.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A5D is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 90 | 93 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.64 |
| HSL | 182.5º | 0.63% | 0.22% | - |
| HSV(B) | 182.5º | 0.77% | 0.36% | - |
| XYZ | 5.94 | 8.26 | 11.64 | - |
| YUV | 69.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 93 | 0.77 | 0.03 | 0 | 0.64 | 182.5 | 0.63 | 0.22 |
| Hex | 15 | 5A | 5D | 4D | 3 | 0 | 40 | B6 | 3F | 16 |
| Octal | 25 | 132 | 135 | 115 | 3 | 0 | 100 | 266 | 77 | 26 |
| Binary | 10101 | 1011010 | 1011101 | 1001101 | 11 | 0 | 1000000 | 10110110 | 111111 | 10110 |
Color Harmonies of #155A5D
Complementary color
Monochromatic Colors of #155A5D
Black with #155A5D
Text Example
Text Example
White with #155A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A5D; }
p { color: rgb(21,90,93); }
H1.HeaderClassName
{
color: #155A5D;
}
.AnyTagClassName
{
color: #155A5D;
}
</style>
background-color css
<style>
a { background-color: #155A5D; }
a { background-color: rgb(21,90,93); }
div.DivClassName
{
background-color: #155A5D;
}
.BgClassName
{
background-color: #155A5D;
}
</style>
border-color css
<style>
span { border-color: #155A5D; }
span { border-color: rgb(21,90,93); }
td.TdClassName
{
border-color: #155A5D;
}
.TagClassName
{
border-color: #155A5D;
}
</style>