#5BA98B

Color #5BA98B Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5BA98B

Tints of Keppel #5BA98B

Color information

#5BA98B (or 0x5BA98B) is unknown color: approx Keppel. HEX triplet: 5B, A9 and 8B. RGB value is (91,169,139). Sum of RGB (Red+Green+Blue) = 91+169+139=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA98B is #A45674. Grayscale: #8E8E8E. Windows color (decimal): -10770037 or 9152859. OLE color: 9152859.

HSL color Cylindrical-coordinate representation of color #5BA98B: hue angle of 156.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA98B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB91169139-
CMYK0.4600.180.34
HSL156.92º31.2%50.98%-
HSV(B)156.92º46.15%66.27%-
XYZ23.1632.4629.47-
YUV142.26126.1691.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=22.81%
G=42.36%
B=34.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal911691390.4600.180.34156.9231.250.98
Hex5BA98B2E012229d1f33
Octal13325121356022422353763
Binary101101110101001100010111011100100101000101001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA98B; }

 p { color: rgb(91,169,139); }

 H1.HeaderClassName
 {
   color: #5BA98B;
 }
 .AnyTagClassName
 {
   color: #5BA98B;
 }
</style>
background-color css

<style>
 a { background-color: #5BA98B; }

 a { background-color: rgb(91,169,139); }

 div.DivClassName
 {
   background-color: #5BA98B;
 }
 .BgClassName
 {
   background-color: #5BA98B;
 }
</style>
border-color css

<style>
 span { border-color: #5BA98B; }

 span { border-color: rgb(91,169,139); }

 td.TdClassName
 {
   border-color: #5BA98B;
 }
 .TagClassName
 {
   border-color: #5BA98B;
 }
</style>