Shades of Keppel #5CB490
Tints of Keppel #5CB490
RGB
CMYK
RGB Variations
Color information
#5CB490 (or 0x5CB490) is known color: Keppel. HEX triplet: 5C, B4 and 90. RGB value is (92,180,144). Sum of RGB (Red+Green+Blue) = 92+180+144=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB490 is #A34B6F. Grayscale: #959595. Windows color (decimal): -10701680 or 9483356. OLE color: 9483356.
HSL color Cylindrical-coordinate representation of color #5CB490: hue angle of 155.45º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB490 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 144 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.29 |
| HSL | 155.45º | 0.37% | 0.53% | - |
| HSV(B) | 155.45º | 0.49% | 0.71% | - |
| XYZ | 25.77 | 36.93 | 32.16 | - |
| YUV | 149.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 144 | 0.49 | 0 | 0.2 | 0.29 | 155.45 | 0.37 | 0.53 |
| Hex | 5C | B4 | 90 | 31 | 0 | 14 | 1D | 9B | 25 | 35 |
| Octal | 134 | 264 | 220 | 61 | 0 | 24 | 35 | 233 | 45 | 65 |
| Binary | 1011100 | 10110100 | 10010000 | 110001 | 0 | 10100 | 11101 | 10011011 | 100101 | 110101 |
Color Harmonies of #5CB490
Complementary color
Monochromatic Colors of #5CB490
Black with #5CB490
Text Example
Text Example
White with #5CB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB490; }
p { color: rgb(92,180,144); }
H1.HeaderClassName
{
color: #5CB490;
}
.AnyTagClassName
{
color: #5CB490;
}
</style>
background-color css
<style>
a { background-color: #5CB490; }
a { background-color: rgb(92,180,144); }
div.DivClassName
{
background-color: #5CB490;
}
.BgClassName
{
background-color: #5CB490;
}
</style>
border-color css
<style>
span { border-color: #5CB490; }
span { border-color: rgb(92,180,144); }
td.TdClassName
{
border-color: #5CB490;
}
.TagClassName
{
border-color: #5CB490;
}
</style>