#5BB493

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

Shades of Keppel #5BB493

Tints of Keppel #5BB493

Color information

#5BB493 (or 0x5BB493) is unknown color: approx Keppel. HEX triplet: 5B, B4 and 93. RGB value is (91,180,147). Sum of RGB (Red+Green+Blue) = 91+180+147=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB493 is #A44B6C. Grayscale: #959595. Windows color (decimal): -10767213 or 9679963. OLE color: 9679963.

HSL color Cylindrical-coordinate representation of color #5BB493: hue angle of 157.75º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB493 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB91180147-
CMYK0.4900.180.29
HSL157.75º37.24%53.14%-
HSV(B)157.75º49.44%70.59%-
XYZ25.936.9733.38-
YUV149.63126.5186.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=21.77%
G=43.06%
B=35.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801470.4900.180.29157.7537.2453.14
Hex5BB493310121D9e2535
Octal13326422361022352364565
Binary101101110110100100100111100010100101110110011110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,147); }

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

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

 a { background-color: rgb(91,180,147); }

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

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

 span { border-color: rgb(91,180,147); }

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