Shades of Keppel #5BAF9A
Tints of Keppel #5BAF9A
RGB
CMYK
RGB Variations
Color information
#5BAF9A (or 0x5BAF9A) is known color: Keppel. HEX triplet: 5B, AF and 9A. RGB value is (91,175,154). Sum of RGB (Red+Green+Blue) = 91+175+154=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF9A is #A45065. Grayscale: #939393. Windows color (decimal): -10768486 or 10137435. OLE color: 10137435.
HSL color Cylindrical-coordinate representation of color #5BAF9A: hue angle of 165º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF9A is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 154 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.31 |
| HSL | 165º | 0.34% | 0.52% | - |
| HSV(B) | 165º | 0.48% | 0.69% | - |
| XYZ | 25.48 | 35.22 | 36.03 | - |
| YUV | 147.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 154 | 0.48 | 0 | 0.12 | 0.31 | 165 | 0.34 | 0.52 |
| Hex | 5B | AF | 9A | 30 | 0 | C | 1F | A5 | 22 | 34 |
| Octal | 133 | 257 | 232 | 60 | 0 | 14 | 37 | 245 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10011010 | 110000 | 0 | 1100 | 11111 | 10100101 | 100010 | 110100 |
Color Harmonies of #5BAF9A
Complementary color
Monochromatic Colors of #5BAF9A
Black with #5BAF9A
Text Example
Text Example
White with #5BAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF9A; }
p { color: rgb(91,175,154); }
H1.HeaderClassName
{
color: #5BAF9A;
}
.AnyTagClassName
{
color: #5BAF9A;
}
</style>
background-color css
<style>
a { background-color: #5BAF9A; }
a { background-color: rgb(91,175,154); }
div.DivClassName
{
background-color: #5BAF9A;
}
.BgClassName
{
background-color: #5BAF9A;
}
</style>
border-color css
<style>
span { border-color: #5BAF9A; }
span { border-color: rgb(91,175,154); }
td.TdClassName
{
border-color: #5BAF9A;
}
.TagClassName
{
border-color: #5BAF9A;
}
</style>