Shades of Keppel #5FB893
Tints of Keppel #5FB893
RGB
CMYK
RGB Variations
Color information
#5FB893 (or 0x5FB893) is known color: Keppel. HEX triplet: 5F, B8 and 93. RGB value is (95,184,147). Sum of RGB (Red+Green+Blue) = 95+184+147=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB893 is #A0476C. Grayscale: #999999. Windows color (decimal): -10504045 or 9680991. OLE color: 9680991.
HSL color Cylindrical-coordinate representation of color #5FB893: hue angle of 155.06º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB893 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 147 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.28 |
| HSL | 155.06º | 0.39% | 0.55% | - |
| HSV(B) | 155.06º | 0.48% | 0.72% | - |
| XYZ | 27.13 | 38.82 | 33.67 | - |
| YUV | 153.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 147 | 0.48 | 0 | 0.20 | 0.28 | 155.06 | 0.39 | 0.55 |
| Hex | 5F | B8 | 93 | 30 | 0 | 14 | 1C | 9B | 27 | 37 |
| Octal | 137 | 270 | 223 | 60 | 0 | 24 | 34 | 233 | 47 | 67 |
| Binary | 1011111 | 10111000 | 10010011 | 110000 | 0 | 10100 | 11100 | 10011011 | 100111 | 110111 |
Color Harmonies of #5FB893
Complementary color
Monochromatic Colors of #5FB893
Black with #5FB893
Text Example
Text Example
White with #5FB893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB893; }
p { color: rgb(95,184,147); }
H1.HeaderClassName
{
color: #5FB893;
}
.AnyTagClassName
{
color: #5FB893;
}
</style>
background-color css
<style>
a { background-color: #5FB893; }
a { background-color: rgb(95,184,147); }
div.DivClassName
{
background-color: #5FB893;
}
.BgClassName
{
background-color: #5FB893;
}
</style>
border-color css
<style>
span { border-color: #5FB893; }
span { border-color: rgb(95,184,147); }
td.TdClassName
{
border-color: #5FB893;
}
.TagClassName
{
border-color: #5FB893;
}
</style>