#5BBB99

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

Shades of Keppel #5BBB99

Tints of Keppel #5BBB99

Color information

#5BBB99 (or 0x5BBB99) is unknown color: approx Keppel. HEX triplet: 5B, BB and 99. RGB value is (91,187,153). Sum of RGB (Red+Green+Blue) = 91+187+153=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBB99 is #A44466. Grayscale: #9A9A9A. Windows color (decimal): -10765415 or 10074971. OLE color: 10074971.

HSL color Cylindrical-coordinate representation of color #5BBB99: hue angle of 158.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBB99 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB91187153-
CMYK0.5100.180.27
HSL158.75º41.38%54.51%-
HSV(B)158.75º51.34%73.33%-
XYZ27.8340.0636.4-
YUV154.42127.282.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=21.11%
G=43.39%
B=35.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911871530.5100.180.27158.7541.3854.51
Hex5BBB99330121B9f2937
Octal13327323163022332375167
Binary101101110111011100110011100110100101101110011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,187,153); }

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

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

 a { background-color: rgb(91,187,153); }

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

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

 span { border-color: rgb(91,187,153); }

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