#5BA496

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

Shades of Keppel #5BA496

Tints of Keppel #5BA496

Color information

#5BA496 (or 0x5BA496) is unknown color: approx Keppel. HEX triplet: 5B, A4 and 96. RGB value is (91,164,150). Sum of RGB (Red+Green+Blue) = 91+164+150=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA496 is #A45B69. Grayscale: #8C8C8C. Windows color (decimal): -10771306 or 9872475. OLE color: 9872475.

HSL color Cylindrical-coordinate representation of color #5BA496: hue angle of 168.49º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA496 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB91164150-
CMYK0.4500.090.36
HSL168.49º28.63%50%-
HSV(B)168.49º44.51%64.31%-
XYZ23.0930.9833.62-
YUV140.58133.3292.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.47%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=22.47%
G=40.49%
B=37.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641500.4500.090.36168.4928.6350
Hex5BA4962D0924a81d32
Octal13324422655011442503562
Binary10110111010010010010110101101010011001001010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,150); }

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

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

 a { background-color: rgb(91,164,150); }

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

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

 span { border-color: rgb(91,164,150); }

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