#5BBB9B

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

Shades of Keppel #5BBB9B

Tints of Keppel #5BBB9B

Color information

#5BBB9B (or 0x5BBB9B) is unknown color: approx Keppel. HEX triplet: 5B, BB and 9B. RGB value is (91,187,155). Sum of RGB (Red+Green+Blue) = 91+187+155=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBB9B is #A44464. Grayscale: #9A9A9A. Windows color (decimal): -10765413 or 10206043. OLE color: 10206043.

HSL color Cylindrical-coordinate representation of color #5BBB9B: hue angle of 160º 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 #5BBB9B is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB91187155-
CMYK0.5100.170.27
HSL160º41.38%54.51%-
HSV(B)160º51.34%73.33%-
XYZ2840.1337.28-
YUV154.65128.282.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.02%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=21.02%
G=43.19%
B=35.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911871550.5100.170.2716041.3854.51
Hex5BBB9B330111Ba02937
Octal13327323363021332405167
Binary101101110111011100110111100110100011101110100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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