Shades of Orient #15546B
Tints of Orient #15546B
RGB
CMYK
RGB Variations
Color information
#15546B (or 0x15546B) is known color: Orient. HEX triplet: 15, 54 and 6B. RGB value is (21,84,107). Sum of RGB (Red+Green+Blue) = 21+84+107=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #15546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15546B is #EAAB94. Grayscale: #434343. Windows color (decimal): -15379349 or 7033877. OLE color: 7033877.
HSL color Cylindrical-coordinate representation of color #15546B: hue angle of 196.05º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15546B is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 84 | 107 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.58 |
| HSL | 196.05º | 0.67% | 0.25% | - |
| HSV(B) | 196.05º | 0.8% | 0.42% | - |
| XYZ | 6.13 | 7.56 | 15.05 | - |
| YUV | 67.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 107 | 0.80 | 0.21 | 0 | 0.58 | 196.05 | 0.67 | 0.25 |
| Hex | 15 | 54 | 6B | 50 | 15 | 0 | 3A | C4 | 43 | 19 |
| Octal | 25 | 124 | 153 | 120 | 25 | 0 | 72 | 304 | 103 | 31 |
| Binary | 10101 | 1010100 | 1101011 | 1010000 | 10101 | 0 | 111010 | 11000100 | 1000011 | 11001 |
Color Harmonies of #15546B
Complementary color
Monochromatic Colors of #15546B
Black with #15546B
Text Example
Text Example
White with #15546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15546B; }
p { color: rgb(21,84,107); }
H1.HeaderClassName
{
color: #15546B;
}
.AnyTagClassName
{
color: #15546B;
}
</style>
background-color css
<style>
a { background-color: #15546B; }
a { background-color: rgb(21,84,107); }
div.DivClassName
{
background-color: #15546B;
}
.BgClassName
{
background-color: #15546B;
}
</style>
border-color css
<style>
span { border-color: #15546B; }
span { border-color: rgb(21,84,107); }
td.TdClassName
{
border-color: #15546B;
}
.TagClassName
{
border-color: #15546B;
}
</style>