#55B697

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

Shades of Keppel #55B697

Tints of Keppel #55B697

Color information

#55B697 (or 0x55B697) is unknown color: approx Keppel. HEX triplet: 55, B6 and 97. RGB value is (85,182,151). Sum of RGB (Red+Green+Blue) = 85+182+151=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #55B697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B697 is #AA4968. Grayscale: #959595. Windows color (decimal): -11159913 or 9942613. OLE color: 9942613.

HSL color Cylindrical-coordinate representation of color #55B697: hue angle of 160.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B697 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB85182151-
CMYK0.5300.170.29
HSL160.82º39.92%52.35%-
HSV(B)160.82º53.3%71.37%-
XYZ26.0637.6235.17-
YUV149.46128.8682.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=20.33%
G=43.54%
B=36.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821510.5300.170.29160.8239.9252.35
Hex55B697350111Da12834
Octal12526622765021352415064
Binary101010110110110100101111101010100011110110100001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B697; }

 p { color: rgb(85,182,151); }

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

<style>
 a { background-color: #55B697; }

 a { background-color: rgb(85,182,151); }

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

<style>
 span { border-color: #55B697; }

 span { border-color: rgb(85,182,151); }

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