Shades of Orient #15566C
Tints of Orient #15566C
RGB
CMYK
RGB Variations
Color information
#15566C (or 0x15566C) is known color: Orient. HEX triplet: 15, 56 and 6C. RGB value is (21,86,108). Sum of RGB (Red+Green+Blue) = 21+86+108=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #15566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15566C is #EAA993. Grayscale: #444444. Windows color (decimal): -15378836 or 7099925. OLE color: 7099925.
HSL color Cylindrical-coordinate representation of color #15566C: hue angle of 195.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15566C is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 86 | 108 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.58 |
| HSL | 195.17º | 0.67% | 0.25% | - |
| HSV(B) | 195.17º | 0.81% | 0.42% | - |
| XYZ | 6.34 | 7.9 | 15.38 | - |
| YUV | 69.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 108 | 0.81 | 0.20 | 0 | 0.58 | 195.17 | 0.67 | 0.25 |
| Hex | 15 | 56 | 6C | 51 | 14 | 0 | 3A | C3 | 43 | 19 |
| Octal | 25 | 126 | 154 | 121 | 24 | 0 | 72 | 303 | 103 | 31 |
| Binary | 10101 | 1010110 | 1101100 | 1010001 | 10100 | 0 | 111010 | 11000011 | 1000011 | 11001 |
Color Harmonies of #15566C
Complementary color
Monochromatic Colors of #15566C
Black with #15566C
Text Example
Text Example
White with #15566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15566C; }
p { color: rgb(21,86,108); }
H1.HeaderClassName
{
color: #15566C;
}
.AnyTagClassName
{
color: #15566C;
}
</style>
background-color css
<style>
a { background-color: #15566C; }
a { background-color: rgb(21,86,108); }
div.DivClassName
{
background-color: #15566C;
}
.BgClassName
{
background-color: #15566C;
}
</style>
border-color css
<style>
span { border-color: #15566C; }
span { border-color: rgb(21,86,108); }
td.TdClassName
{
border-color: #15566C;
}
.TagClassName
{
border-color: #15566C;
}
</style>