Shades of Endeavour #255A96
Tints of Endeavour #255A96
RGB
CMYK
RGB Variations
Color information
#255A96 (or 0x255A96) is known color: Endeavour. HEX triplet: 25, 5A and 96. RGB value is (37,90,150). Sum of RGB (Red+Green+Blue) = 37+90+150=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #255A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A96 is #DAA569. Grayscale: #505050. Windows color (decimal): -14329194 or 9853477. OLE color: 9853477.
HSL color Cylindrical-coordinate representation of color #255A96: hue angle of 211.86º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255A96 is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 90 | 150 | - |
| CMYK | 0.75 | 0.4 | 0 | 0.41 |
| HSL | 211.86º | 0.6% | 0.37% | - |
| HSV(B) | 211.86º | 0.75% | 0.59% | - |
| XYZ | 9.92 | 9.91 | 30.24 | - |
| YUV | 80.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 150 | 0.75 | 0.4 | 0 | 0.41 | 211.86 | 0.6 | 0.37 |
| Hex | 25 | 5A | 96 | 4B | 28 | 0 | 29 | D4 | 3C | 25 |
| Octal | 45 | 132 | 226 | 113 | 50 | 0 | 51 | 324 | 74 | 45 |
| Binary | 100101 | 1011010 | 10010110 | 1001011 | 101000 | 0 | 101001 | 11010100 | 111100 | 100101 |
Color Harmonies of #255A96
Complementary color
Monochromatic Colors of #255A96
Black with #255A96
Text Example
Text Example
White with #255A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A96; }
p { color: rgb(37,90,150); }
H1.HeaderClassName
{
color: #255A96;
}
.AnyTagClassName
{
color: #255A96;
}
</style>
background-color css
<style>
a { background-color: #255A96; }
a { background-color: rgb(37,90,150); }
div.DivClassName
{
background-color: #255A96;
}
.BgClassName
{
background-color: #255A96;
}
</style>
border-color css
<style>
span { border-color: #255A96; }
span { border-color: rgb(37,90,150); }
td.TdClassName
{
border-color: #255A96;
}
.TagClassName
{
border-color: #255A96;
}
</style>