Shades of Orient #165A70
Tints of Orient #165A70
RGB
CMYK
RGB Variations
Color information
#165A70 (or 0x165A70) is known color: Orient. HEX triplet: 16, 5A and 70. RGB value is (22,90,112). Sum of RGB (Red+Green+Blue) = 22+90+112=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #165A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A70 is #E9A58F. Grayscale: #484848. Windows color (decimal): -15312272 or 7363094. OLE color: 7363094.
HSL color Cylindrical-coordinate representation of color #165A70: hue angle of 194.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165A70 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 90 | 112 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.56 |
| HSL | 194.67º | 0.67% | 0.26% | - |
| HSV(B) | 194.67º | 0.8% | 0.44% | - |
| XYZ | 6.91 | 8.65 | 16.64 | - |
| YUV | 72.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 112 | 0.80 | 0.20 | 0 | 0.56 | 194.67 | 0.67 | 0.26 |
| Hex | 16 | 5A | 70 | 50 | 14 | 0 | 38 | C3 | 43 | 1A |
| Octal | 26 | 132 | 160 | 120 | 24 | 0 | 70 | 303 | 103 | 32 |
| Binary | 10110 | 1011010 | 1110000 | 1010000 | 10100 | 0 | 111000 | 11000011 | 1000011 | 11010 |
Color Harmonies of #165A70
Complementary color
Monochromatic Colors of #165A70
Black with #165A70
Text Example
Text Example
White with #165A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A70; }
p { color: rgb(22,90,112); }
H1.HeaderClassName
{
color: #165A70;
}
.AnyTagClassName
{
color: #165A70;
}
</style>
background-color css
<style>
a { background-color: #165A70; }
a { background-color: rgb(22,90,112); }
div.DivClassName
{
background-color: #165A70;
}
.BgClassName
{
background-color: #165A70;
}
</style>
border-color css
<style>
span { border-color: #165A70; }
span { border-color: rgb(22,90,112); }
td.TdClassName
{
border-color: #165A70;
}
.TagClassName
{
border-color: #165A70;
}
</style>