Shades of Orient #15526C
Tints of Orient #15526C
RGB
CMYK
RGB Variations
Color information
#15526C (or 0x15526C) is known color: Orient. HEX triplet: 15, 52 and 6C. RGB value is (21,82,108). Sum of RGB (Red+Green+Blue) = 21+82+108=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #15526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15526C is #EAAD93. Grayscale: #424242. Windows color (decimal): -15379860 or 7098901. OLE color: 7098901.
HSL color Cylindrical-coordinate representation of color #15526C: hue angle of 197.93º 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 #15526C is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 82 | 108 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.58 |
| HSL | 197.93º | 0.67% | 0.25% | - |
| HSV(B) | 197.93º | 0.81% | 0.42% | - |
| XYZ | 6.03 | 7.28 | 15.27 | - |
| YUV | 66.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 108 | 0.81 | 0.24 | 0 | 0.58 | 197.93 | 0.67 | 0.25 |
| Hex | 15 | 52 | 6C | 51 | 18 | 0 | 3A | C6 | 43 | 19 |
| Octal | 25 | 122 | 154 | 121 | 30 | 0 | 72 | 306 | 103 | 31 |
| Binary | 10101 | 1010010 | 1101100 | 1010001 | 11000 | 0 | 111010 | 11000110 | 1000011 | 11001 |
Color Harmonies of #15526C
Complementary color
Monochromatic Colors of #15526C
Black with #15526C
Text Example
Text Example
White with #15526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15526C; }
p { color: rgb(21,82,108); }
H1.HeaderClassName
{
color: #15526C;
}
.AnyTagClassName
{
color: #15526C;
}
</style>
background-color css
<style>
a { background-color: #15526C; }
a { background-color: rgb(21,82,108); }
div.DivClassName
{
background-color: #15526C;
}
.BgClassName
{
background-color: #15526C;
}
</style>
border-color css
<style>
span { border-color: #15526C; }
span { border-color: rgb(21,82,108); }
td.TdClassName
{
border-color: #15526C;
}
.TagClassName
{
border-color: #15526C;
}
</style>