#55B894

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

Shades of Keppel #55B894

Tints of Keppel #55B894

Color information

#55B894 (or 0x55B894) is unknown color: approx Keppel. HEX triplet: 55, B8 and 94. RGB value is (85,184,148). Sum of RGB (Red+Green+Blue) = 85+184+148=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #55B894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B894 is #AA476B. Grayscale: #969696. Windows color (decimal): -11159404 or 9746517. OLE color: 9746517.

HSL color Cylindrical-coordinate representation of color #55B894: hue angle of 158.18º degrees, saturation: 0.41, 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 #55B894 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB85184148-
CMYK0.5400.200.28
HSL158.18º41.08%52.75%-
HSV(B)158.18º53.8%72.16%-
XYZ26.2338.3534.04-
YUV150.3126.781.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=20.38%
G=44.12%
B=35.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851841480.5400.200.28158.1841.0852.75
Hex55B894360141C9e2935
Octal12527022466024342365165
Binary101010110111000100101001101100101001110010011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,148); }

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

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

 a { background-color: rgb(85,184,148); }

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

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

 span { border-color: rgb(85,184,148); }

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