Shades of Orient #1D5B77
Tints of Orient #1D5B77
RGB
CMYK
RGB Variations
Color information
#1D5B77 (or 0x1D5B77) is known color: Orient. HEX triplet: 1D, 5B and 77. RGB value is (29,91,119). Sum of RGB (Red+Green+Blue) = 29+91+119=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5B77 is #E2A488. Grayscale: #4B4B4B. Windows color (decimal): -14853257 or 7822109. OLE color: 7822109.
HSL color Cylindrical-coordinate representation of color #1D5B77: hue angle of 198.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D5B77 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 91 | 119 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.53 |
| HSL | 198.67º | 0.61% | 0.29% | - |
| HSV(B) | 198.67º | 0.76% | 0.47% | - |
| XYZ | 7.58 | 9.08 | 18.81 | - |
| YUV | 75.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 119 | 0.76 | 0.24 | 0 | 0.53 | 198.67 | 0.61 | 0.29 |
| Hex | 1D | 5B | 77 | 4C | 18 | 0 | 35 | C7 | 3D | 1D |
| Octal | 35 | 133 | 167 | 114 | 30 | 0 | 65 | 307 | 75 | 35 |
| Binary | 11101 | 1011011 | 1110111 | 1001100 | 11000 | 0 | 110101 | 11000111 | 111101 | 11101 |
Color Harmonies of #1D5B77
Complementary color
Monochromatic Colors of #1D5B77
Black with #1D5B77
Text Example
Text Example
White with #1D5B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5B77; }
p { color: rgb(29,91,119); }
H1.HeaderClassName
{
color: #1D5B77;
}
.AnyTagClassName
{
color: #1D5B77;
}
</style>
background-color css
<style>
a { background-color: #1D5B77; }
a { background-color: rgb(29,91,119); }
div.DivClassName
{
background-color: #1D5B77;
}
.BgClassName
{
background-color: #1D5B77;
}
</style>
border-color css
<style>
span { border-color: #1D5B77; }
span { border-color: rgb(29,91,119); }
td.TdClassName
{
border-color: #1D5B77;
}
.TagClassName
{
border-color: #1D5B77;
}
</style>