#55AA92

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

Shades of Keppel #55AA92

Tints of Keppel #55AA92

Color information

#55AA92 (or 0x55AA92) is unknown color: approx Keppel. HEX triplet: 55, AA and 92. RGB value is (85,170,146). Sum of RGB (Red+Green+Blue) = 85+170+146=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA92 is #AA556D. Grayscale: #8D8D8D. Windows color (decimal): -11162990 or 9611861. OLE color: 9611861.

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

Color convert

RGB85170146-
CMYK0.5000.140.33
HSL163.06º33.33%50%-
HSV(B)163.06º50%66.67%-
XYZ23.3132.7632.29-
YUV141.85130.3487.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=21.20%
G=42.39%
B=36.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701460.5000.140.33163.0633.3350
Hex55AA92320E21a32132
Octal12525222262016412434162
Binary101010110101010100100101100100111010000110100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,146); }

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

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

 a { background-color: rgb(85,170,146); }

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

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

 span { border-color: rgb(85,170,146); }

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