#55B798

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

Shades of Keppel #55B798

Tints of Keppel #55B798

Color information

#55B798 (or 0x55B798) is unknown color: approx Keppel. HEX triplet: 55, B7 and 98. RGB value is (85,183,152). Sum of RGB (Red+Green+Blue) = 85+183+152=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #55B798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B798 is #AA4867. Grayscale: #969696. Windows color (decimal): -11159656 or 10008405. OLE color: 10008405.

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

Color convert

RGB85183152-
CMYK0.5400.170.28
HSL161.02º40.5%52.55%-
HSV(B)161.02º53.55%71.76%-
XYZ26.3538.0735.66-
YUV150.16129.0381.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=20.24%
G=43.57%
B=36.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851831520.5400.170.28161.0240.552.55
Hex55B798360111Ca12835
Octal12526723066021342415065
Binary101010110110111100110001101100100011110010100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,183,152); }

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

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

 a { background-color: rgb(85,183,152); }

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

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

 span { border-color: rgb(85,183,152); }

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