Shades of Orient #255F76
Tints of Orient #255F76
RGB
CMYK
RGB Variations
Color information
#255F76 (or 0x255F76) is known color: Orient. HEX triplet: 25, 5F and 76. RGB value is (37,95,118). Sum of RGB (Red+Green+Blue) = 37+95+118=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #255F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F76 is #DAA089. Grayscale: #505050. Windows color (decimal): -14327946 or 7757605. OLE color: 7757605.
HSL color Cylindrical-coordinate representation of color #255F76: hue angle of 197.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255F76 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 95 | 118 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.54 |
| HSL | 197.04º | 0.52% | 0.3% | - |
| HSV(B) | 197.04º | 0.69% | 0.46% | - |
| XYZ | 8.13 | 9.89 | 18.62 | - |
| YUV | 80.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 118 | 0.69 | 0.19 | 0 | 0.54 | 197.04 | 0.52 | 0.3 |
| Hex | 25 | 5F | 76 | 45 | 13 | 0 | 36 | C5 | 34 | 1E |
| Octal | 45 | 137 | 166 | 105 | 23 | 0 | 66 | 305 | 64 | 36 |
| Binary | 100101 | 1011111 | 1110110 | 1000101 | 10011 | 0 | 110110 | 11000101 | 110100 | 11110 |
Color Harmonies of #255F76
Complementary color
Monochromatic Colors of #255F76
Black with #255F76
Text Example
Text Example
White with #255F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F76; }
p { color: rgb(37,95,118); }
H1.HeaderClassName
{
color: #255F76;
}
.AnyTagClassName
{
color: #255F76;
}
</style>
background-color css
<style>
a { background-color: #255F76; }
a { background-color: rgb(37,95,118); }
div.DivClassName
{
background-color: #255F76;
}
.BgClassName
{
background-color: #255F76;
}
</style>
border-color css
<style>
span { border-color: #255F76; }
span { border-color: rgb(37,95,118); }
td.TdClassName
{
border-color: #255F76;
}
.TagClassName
{
border-color: #255F76;
}
</style>