Shades of Keppel #5BA292
Tints of Keppel #5BA292
RGB
CMYK
RGB Variations
Color information
#5BA292 (or 0x5BA292) is known color: Keppel. HEX triplet: 5B, A2 and 92. RGB value is (91,162,146). Sum of RGB (Red+Green+Blue) = 91+162+146=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA292 is #A45D6D. Grayscale: #8A8A8A. Windows color (decimal): -10771822 or 9609819. OLE color: 9609819.
HSL color Cylindrical-coordinate representation of color #5BA292: hue angle of 166.48º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA292 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 146 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.36 |
| HSL | 166.48º | 0.28% | 0.5% | - |
| HSV(B) | 166.48º | 0.44% | 0.64% | - |
| XYZ | 22.42 | 30.14 | 31.83 | - |
| YUV | 138.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 146 | 0.44 | 0 | 0.10 | 0.36 | 166.48 | 0.28 | 0.5 |
| Hex | 5B | A2 | 92 | 2C | 0 | A | 24 | A6 | 1C | 32 |
| Octal | 133 | 242 | 222 | 54 | 0 | 12 | 44 | 246 | 34 | 62 |
| Binary | 1011011 | 10100010 | 10010010 | 101100 | 0 | 1010 | 100100 | 10100110 | 11100 | 110010 |
Color Harmonies of #5BA292
Complementary color
Monochromatic Colors of #5BA292
Black with #5BA292
Text Example
Text Example
White with #5BA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA292; }
p { color: rgb(91,162,146); }
H1.HeaderClassName
{
color: #5BA292;
}
.AnyTagClassName
{
color: #5BA292;
}
</style>
background-color css
<style>
a { background-color: #5BA292; }
a { background-color: rgb(91,162,146); }
div.DivClassName
{
background-color: #5BA292;
}
.BgClassName
{
background-color: #5BA292;
}
</style>
border-color css
<style>
span { border-color: #5BA292; }
span { border-color: rgb(91,162,146); }
td.TdClassName
{
border-color: #5BA292;
}
.TagClassName
{
border-color: #5BA292;
}
</style>