Shades of Orient #255A79
Tints of Orient #255A79
RGB
CMYK
RGB Variations
Color information
#255A79 (or 0x255A79) is known color: Orient. HEX triplet: 25, 5A and 79. RGB value is (37,90,121). Sum of RGB (Red+Green+Blue) = 37+90+121=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #255A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A79 is #DAA586. Grayscale: #4D4D4D. Windows color (decimal): -14329223 or 7952933. OLE color: 7952933.
HSL color Cylindrical-coordinate representation of color #255A79: hue angle of 202.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255A79 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 90 | 121 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.53 |
| HSL | 202.14º | 0.53% | 0.31% | - |
| HSV(B) | 202.14º | 0.69% | 0.47% | - |
| XYZ | 7.87 | 9.09 | 19.43 | - |
| YUV | 77.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 121 | 0.69 | 0.26 | 0 | 0.53 | 202.14 | 0.53 | 0.31 |
| Hex | 25 | 5A | 79 | 45 | 1A | 0 | 35 | CA | 35 | 1F |
| Octal | 45 | 132 | 171 | 105 | 32 | 0 | 65 | 312 | 65 | 37 |
| Binary | 100101 | 1011010 | 1111001 | 1000101 | 11010 | 0 | 110101 | 11001010 | 110101 | 11111 |
Color Harmonies of #255A79
Complementary color
Monochromatic Colors of #255A79
Black with #255A79
Text Example
Text Example
White with #255A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A79; }
p { color: rgb(37,90,121); }
H1.HeaderClassName
{
color: #255A79;
}
.AnyTagClassName
{
color: #255A79;
}
</style>
background-color css
<style>
a { background-color: #255A79; }
a { background-color: rgb(37,90,121); }
div.DivClassName
{
background-color: #255A79;
}
.BgClassName
{
background-color: #255A79;
}
</style>
border-color css
<style>
span { border-color: #255A79; }
span { border-color: rgb(37,90,121); }
td.TdClassName
{
border-color: #255A79;
}
.TagClassName
{
border-color: #255A79;
}
</style>