#5BB094

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

Shades of Keppel #5BB094

Tints of Keppel #5BB094

Color information

#5BB094 (or 0x5BB094) is unknown color: approx Keppel. HEX triplet: 5B, B0 and 94. RGB value is (91,176,148). Sum of RGB (Red+Green+Blue) = 91+176+148=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB094 is #A44F6B. Grayscale: #939393. Windows color (decimal): -10768236 or 9744475. OLE color: 9744475.

HSL color Cylindrical-coordinate representation of color #5BB094: hue angle of 160.24º degrees, saturation: 0.35, 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 #5BB094 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB91176148-
CMYK0.4800.160.31
HSL160.24º34.98%52.35%-
HSV(B)160.24º48.3%69.02%-
XYZ25.1935.4133.52-
YUV147.39128.3487.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.93%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=21.93%
G=42.41%
B=35.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761480.4800.160.31160.2434.9852.35
Hex5BB094300101Fa02334
Octal13326022460020372404364
Binary101101110110000100101001100000100001111110100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,176,148); }

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

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

 a { background-color: rgb(91,176,148); }

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

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

 span { border-color: rgb(91,176,148); }

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