#5BA697

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

Shades of Keppel #5BA697

Tints of Keppel #5BA697

Color information

#5BA697 (or 0x5BA697) is unknown color: approx Keppel. HEX triplet: 5B, A6 and 97. RGB value is (91,166,151). Sum of RGB (Red+Green+Blue) = 91+166+151=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA697 is #A45968. Grayscale: #8D8D8D. Windows color (decimal): -10770793 or 9938523. OLE color: 9938523.

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

Color convert

RGB91166151-
CMYK0.4500.090.35
HSL168º29.64%50.39%-
HSV(B)168º45.18%65.1%-
XYZ23.5431.7334.16-
YUV141.86133.1591.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.30%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=22.30%
G=40.69%
B=37.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661510.4500.090.3516829.6450.39
Hex5BA6972D0923a81e32
Octal13324622755011432503662
Binary10110111010011010010111101101010011000111010100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,151); }

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

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

 a { background-color: rgb(91,166,151); }

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

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

 span { border-color: rgb(91,166,151); }

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