#55A993

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

Shades of Keppel #55A993

Tints of Keppel #55A993

Color information

#55A993 (or 0x55A993) is unknown color: approx Keppel. HEX triplet: 55, A9 and 93. RGB value is (85,169,147). Sum of RGB (Red+Green+Blue) = 85+169+147=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #55A993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A993 is #AA566C. Grayscale: #8D8D8D. Windows color (decimal): -11163245 or 9677141. OLE color: 9677141.

HSL color Cylindrical-coordinate representation of color #55A993: hue angle of 164.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A993 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB85169147-
CMYK0.5000.130.34
HSL164.29º33.07%49.8%-
HSV(B)164.29º49.7%66.27%-
XYZ23.232.4132.64-
YUV141.38131.1787.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=21.20%
G=42.14%
B=36.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691470.5000.130.34164.2933.0749.8
Hex55A993320D22a42132
Octal12525122362015422444162
Binary101010110101001100100111100100110110001010100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,147); }

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

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

 a { background-color: rgb(85,169,147); }

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

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

 span { border-color: rgb(85,169,147); }

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