Shades of Orient #155C7F
Tints of Orient #155C7F
RGB
CMYK
RGB Variations
Color information
#155C7F (or 0x155C7F) is known color: Orient. HEX triplet: 15, 5C and 7F. RGB value is (21,92,127). Sum of RGB (Red+Green+Blue) = 21+92+127=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #155C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C7F is #EAA380. Grayscale: #4A4A4A. Windows color (decimal): -15377281 or 8346645. OLE color: 8346645.
HSL color Cylindrical-coordinate representation of color #155C7F: hue angle of 199.81º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155C7F is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 92 | 127 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.50 |
| HSL | 199.81º | 0.72% | 0.29% | - |
| HSV(B) | 199.81º | 0.83% | 0.5% | - |
| XYZ | 7.97 | 9.35 | 21.46 | - |
| YUV | 74.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 127 | 0.83 | 0.28 | 0 | 0.50 | 199.81 | 0.72 | 0.29 |
| Hex | 15 | 5C | 7F | 53 | 1C | 0 | 32 | C8 | 48 | 1D |
| Octal | 25 | 134 | 177 | 123 | 34 | 0 | 62 | 310 | 110 | 35 |
| Binary | 10101 | 1011100 | 1111111 | 1010011 | 11100 | 0 | 110010 | 11001000 | 1001000 | 11101 |
Color Harmonies of #155C7F
Complementary color
Monochromatic Colors of #155C7F
Black with #155C7F
Text Example
Text Example
White with #155C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C7F; }
p { color: rgb(21,92,127); }
H1.HeaderClassName
{
color: #155C7F;
}
.AnyTagClassName
{
color: #155C7F;
}
</style>
background-color css
<style>
a { background-color: #155C7F; }
a { background-color: rgb(21,92,127); }
div.DivClassName
{
background-color: #155C7F;
}
.BgClassName
{
background-color: #155C7F;
}
</style>
border-color css
<style>
span { border-color: #155C7F; }
span { border-color: rgb(21,92,127); }
td.TdClassName
{
border-color: #155C7F;
}
.TagClassName
{
border-color: #155C7F;
}
</style>