Shades of Orient #255D7A
Tints of Orient #255D7A
RGB
CMYK
RGB Variations
Color information
#255D7A (or 0x255D7A) is known color: Orient. HEX triplet: 25, 5D and 7A. RGB value is (37,93,122). Sum of RGB (Red+Green+Blue) = 37+93+122=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #255D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7A is #DAA285. Grayscale: #4F4F4F. Windows color (decimal): -14328454 or 8019237. OLE color: 8019237.
HSL color Cylindrical-coordinate representation of color #255D7A: hue angle of 200.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255D7A is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 93 | 122 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.52 |
| HSL | 200.47º | 0.53% | 0.31% | - |
| HSV(B) | 200.47º | 0.7% | 0.48% | - |
| XYZ | 8.19 | 9.63 | 19.84 | - |
| YUV | 79.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 122 | 0.70 | 0.24 | 0 | 0.52 | 200.47 | 0.53 | 0.31 |
| Hex | 25 | 5D | 7A | 46 | 18 | 0 | 34 | C8 | 35 | 1F |
| Octal | 45 | 135 | 172 | 106 | 30 | 0 | 64 | 310 | 65 | 37 |
| Binary | 100101 | 1011101 | 1111010 | 1000110 | 11000 | 0 | 110100 | 11001000 | 110101 | 11111 |
Color Harmonies of #255D7A
Complementary color
Monochromatic Colors of #255D7A
Black with #255D7A
Text Example
Text Example
White with #255D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D7A; }
p { color: rgb(37,93,122); }
H1.HeaderClassName
{
color: #255D7A;
}
.AnyTagClassName
{
color: #255D7A;
}
</style>
background-color css
<style>
a { background-color: #255D7A; }
a { background-color: rgb(37,93,122); }
div.DivClassName
{
background-color: #255D7A;
}
.BgClassName
{
background-color: #255D7A;
}
</style>
border-color css
<style>
span { border-color: #255D7A; }
span { border-color: rgb(37,93,122); }
td.TdClassName
{
border-color: #255D7A;
}
.TagClassName
{
border-color: #255D7A;
}
</style>