Shades of Keppel #5BB293
Tints of Keppel #5BB293
RGB
CMYK
RGB Variations
Color information
#5BB293 (or 0x5BB293) is known color: Keppel. HEX triplet: 5B, B2 and 93. RGB value is (91,178,147). Sum of RGB (Red+Green+Blue) = 91+178+147=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB293 is #A44D6C. Grayscale: #949494. Windows color (decimal): -10767725 or 9679451. OLE color: 9679451.
HSL color Cylindrical-coordinate representation of color #5BB293: hue angle of 158.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB293 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 178 | 147 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.30 |
| HSL | 158.62º | 0.36% | 0.53% | - |
| HSV(B) | 158.62º | 0.49% | 0.7% | - |
| XYZ | 25.5 | 36.17 | 33.24 | - |
| YUV | 148.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 178 | 147 | 0.49 | 0 | 0.17 | 0.30 | 158.62 | 0.36 | 0.53 |
| Hex | 5B | B2 | 93 | 31 | 0 | 11 | 1E | 9F | 24 | 35 |
| Octal | 133 | 262 | 223 | 61 | 0 | 21 | 36 | 237 | 44 | 65 |
| Binary | 1011011 | 10110010 | 10010011 | 110001 | 0 | 10001 | 11110 | 10011111 | 100100 | 110101 |
Color Harmonies of #5BB293
Complementary color
Monochromatic Colors of #5BB293
Black with #5BB293
Text Example
Text Example
White with #5BB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB293; }
p { color: rgb(91,178,147); }
H1.HeaderClassName
{
color: #5BB293;
}
.AnyTagClassName
{
color: #5BB293;
}
</style>
background-color css
<style>
a { background-color: #5BB293; }
a { background-color: rgb(91,178,147); }
div.DivClassName
{
background-color: #5BB293;
}
.BgClassName
{
background-color: #5BB293;
}
</style>
border-color css
<style>
span { border-color: #5BB293; }
span { border-color: rgb(91,178,147); }
td.TdClassName
{
border-color: #5BB293;
}
.TagClassName
{
border-color: #5BB293;
}
</style>