Shades of Orient #255A78
Tints of Orient #255A78
RGB
CMYK
RGB Variations
Color information
#255A78 (or 0x255A78) is known color: Orient. HEX triplet: 25, 5A and 78. RGB value is (37,90,120). Sum of RGB (Red+Green+Blue) = 37+90+120=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #255A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A78 is #DAA587. Grayscale: #4D4D4D. Windows color (decimal): -14329224 or 7887397. OLE color: 7887397.
HSL color Cylindrical-coordinate representation of color #255A78: hue angle of 201.69º 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 #255A78 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 90 | 120 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.53 |
| HSL | 201.69º | 0.53% | 0.31% | - |
| HSV(B) | 201.69º | 0.69% | 0.47% | - |
| XYZ | 7.81 | 9.06 | 19.11 | - |
| YUV | 77.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 120 | 0.69 | 0.25 | 0 | 0.53 | 201.69 | 0.53 | 0.31 |
| Hex | 25 | 5A | 78 | 45 | 19 | 0 | 35 | CA | 35 | 1F |
| Octal | 45 | 132 | 170 | 105 | 31 | 0 | 65 | 312 | 65 | 37 |
| Binary | 100101 | 1011010 | 1111000 | 1000101 | 11001 | 0 | 110101 | 11001010 | 110101 | 11111 |
Color Harmonies of #255A78
Complementary color
Monochromatic Colors of #255A78
Black with #255A78
Text Example
Text Example
White with #255A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A78; }
p { color: rgb(37,90,120); }
H1.HeaderClassName
{
color: #255A78;
}
.AnyTagClassName
{
color: #255A78;
}
</style>
background-color css
<style>
a { background-color: #255A78; }
a { background-color: rgb(37,90,120); }
div.DivClassName
{
background-color: #255A78;
}
.BgClassName
{
background-color: #255A78;
}
</style>
border-color css
<style>
span { border-color: #255A78; }
span { border-color: rgb(37,90,120); }
td.TdClassName
{
border-color: #255A78;
}
.TagClassName
{
border-color: #255A78;
}
</style>