Shades of Orient #155B76
Tints of Orient #155B76
RGB
CMYK
RGB Variations
Color information
#155B76 (or 0x155B76) is known color: Orient. HEX triplet: 15, 5B and 76. RGB value is (21,91,118). Sum of RGB (Red+Green+Blue) = 21+91+118=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #155B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B76 is #EAA489. Grayscale: #484848. Windows color (decimal): -15377546 or 7756565. OLE color: 7756565.
HSL color Cylindrical-coordinate representation of color #155B76: hue angle of 196.7º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155B76 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 91 | 118 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.54 |
| HSL | 196.7º | 0.7% | 0.27% | - |
| HSV(B) | 196.7º | 0.82% | 0.46% | - |
| XYZ | 7.32 | 8.95 | 18.48 | - |
| YUV | 73.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 118 | 0.82 | 0.23 | 0 | 0.54 | 196.7 | 0.7 | 0.27 |
| Hex | 15 | 5B | 76 | 52 | 17 | 0 | 36 | C5 | 46 | 1B |
| Octal | 25 | 133 | 166 | 122 | 27 | 0 | 66 | 305 | 106 | 33 |
| Binary | 10101 | 1011011 | 1110110 | 1010010 | 10111 | 0 | 110110 | 11000101 | 1000110 | 11011 |
Color Harmonies of #155B76
Complementary color
Monochromatic Colors of #155B76
Black with #155B76
Text Example
Text Example
White with #155B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B76; }
p { color: rgb(21,91,118); }
H1.HeaderClassName
{
color: #155B76;
}
.AnyTagClassName
{
color: #155B76;
}
</style>
background-color css
<style>
a { background-color: #155B76; }
a { background-color: rgb(21,91,118); }
div.DivClassName
{
background-color: #155B76;
}
.BgClassName
{
background-color: #155B76;
}
</style>
border-color css
<style>
span { border-color: #155B76; }
span { border-color: rgb(21,91,118); }
td.TdClassName
{
border-color: #155B76;
}
.TagClassName
{
border-color: #155B76;
}
</style>