Shades of Orient #17566F
Tints of Orient #17566F
RGB
CMYK
RGB Variations
Color information
#17566F (or 0x17566F) is known color: Orient. HEX triplet: 17, 56 and 6F. RGB value is (23,86,111). Sum of RGB (Red+Green+Blue) = 23+86+111=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #17566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17566F is #E8A990. Grayscale: #454545. Windows color (decimal): -15247761 or 7296535. OLE color: 7296535.
HSL color Cylindrical-coordinate representation of color #17566F: hue angle of 197.05º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17566F is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 86 | 111 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.56 |
| HSL | 197.05º | 0.66% | 0.26% | - |
| HSV(B) | 197.05º | 0.79% | 0.44% | - |
| XYZ | 6.55 | 7.99 | 16.24 | - |
| YUV | 70.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 111 | 0.79 | 0.23 | 0 | 0.56 | 197.05 | 0.66 | 0.26 |
| Hex | 17 | 56 | 6F | 4F | 17 | 0 | 38 | C5 | 42 | 1A |
| Octal | 27 | 126 | 157 | 117 | 27 | 0 | 70 | 305 | 102 | 32 |
| Binary | 10111 | 1010110 | 1101111 | 1001111 | 10111 | 0 | 111000 | 11000101 | 1000010 | 11010 |
Color Harmonies of #17566F
Complementary color
Monochromatic Colors of #17566F
Black with #17566F
Text Example
Text Example
White with #17566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17566F; }
p { color: rgb(23,86,111); }
H1.HeaderClassName
{
color: #17566F;
}
.AnyTagClassName
{
color: #17566F;
}
</style>
background-color css
<style>
a { background-color: #17566F; }
a { background-color: rgb(23,86,111); }
div.DivClassName
{
background-color: #17566F;
}
.BgClassName
{
background-color: #17566F;
}
</style>
border-color css
<style>
span { border-color: #17566F; }
span { border-color: rgb(23,86,111); }
td.TdClassName
{
border-color: #17566F;
}
.TagClassName
{
border-color: #17566F;
}
</style>