Shades of Christi #5BA505
Tints of Christi #5BA505
RGB
CMYK
RGB Variations
Color information
#5BA505 (or 0x5BA505) is known color: Christi. HEX triplet: 5B, A5 and 05. RGB value is (91,165,5). Sum of RGB (Red+Green+Blue) = 91+165+5=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA505 is #A45AFA. Grayscale: #7D7D7D. Windows color (decimal): -10771195 or 370011. OLE color: 370011.
HSL color Cylindrical-coordinate representation of color #5BA505: hue angle of 87.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5BA505 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 5 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.35 |
| HSL | 87.75º | 0.94% | 0.33% | - |
| HSV(B) | 87.75º | 0.97% | 0.65% | - |
| XYZ | 17.8 | 29.15 | 4.83 | - |
| YUV | 124.63 | 60.48 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 5 | 0.45 | 0 | 0.97 | 0.35 | 87.75 | 0.94 | 0.33 |
| Hex | 5B | A5 | 5 | 2D | 0 | 61 | 23 | 58 | 5E | 21 |
| Octal | 133 | 245 | 5 | 55 | 0 | 141 | 43 | 130 | 136 | 41 |
| Binary | 1011011 | 10100101 | 101 | 101101 | 0 | 1100001 | 100011 | 1011000 | 1011110 | 100001 |
Color Harmonies of #5BA505
Complementary color
Monochromatic Colors of #5BA505
Black with #5BA505
Text Example
Text Example
White with #5BA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA505; }
p { color: rgb(91,165,5); }
H1.HeaderClassName
{
color: #5BA505;
}
.AnyTagClassName
{
color: #5BA505;
}
</style>
background-color css
<style>
a { background-color: #5BA505; }
a { background-color: rgb(91,165,5); }
div.DivClassName
{
background-color: #5BA505;
}
.BgClassName
{
background-color: #5BA505;
}
</style>
border-color css
<style>
span { border-color: #5BA505; }
span { border-color: rgb(91,165,5); }
td.TdClassName
{
border-color: #5BA505;
}
.TagClassName
{
border-color: #5BA505;
}
</style>