Shades of Keppel #5CB591
Tints of Keppel #5CB591
RGB
CMYK
RGB Variations
Color information
#5CB591 (or 0x5CB591) is known color: Keppel. HEX triplet: 5C, B5 and 91. RGB value is (92,181,145). Sum of RGB (Red+Green+Blue) = 92+181+145=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB591 is #A34A6E. Grayscale: #969696. Windows color (decimal): -10701423 or 9549148. OLE color: 9549148.
HSL color Cylindrical-coordinate representation of color #5CB591: hue angle of 155.73º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB591 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 145 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.29 |
| HSL | 155.73º | 0.38% | 0.54% | - |
| HSV(B) | 155.73º | 0.49% | 0.71% | - |
| XYZ | 26.05 | 37.37 | 32.63 | - |
| YUV | 150.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 145 | 0.49 | 0 | 0.20 | 0.29 | 155.73 | 0.38 | 0.54 |
| Hex | 5C | B5 | 91 | 31 | 0 | 14 | 1D | 9C | 26 | 36 |
| Octal | 134 | 265 | 221 | 61 | 0 | 24 | 35 | 234 | 46 | 66 |
| Binary | 1011100 | 10110101 | 10010001 | 110001 | 0 | 10100 | 11101 | 10011100 | 100110 | 110110 |
Color Harmonies of #5CB591
Complementary color
Monochromatic Colors of #5CB591
Black with #5CB591
Text Example
Text Example
White with #5CB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB591; }
p { color: rgb(92,181,145); }
H1.HeaderClassName
{
color: #5CB591;
}
.AnyTagClassName
{
color: #5CB591;
}
</style>
background-color css
<style>
a { background-color: #5CB591; }
a { background-color: rgb(92,181,145); }
div.DivClassName
{
background-color: #5CB591;
}
.BgClassName
{
background-color: #5CB591;
}
</style>
border-color css
<style>
span { border-color: #5CB591; }
span { border-color: rgb(92,181,145); }
td.TdClassName
{
border-color: #5CB591;
}
.TagClassName
{
border-color: #5CB591;
}
</style>