#55A590

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

Shades of Keppel #55A590

Tints of Keppel #55A590

Color information

#55A590 (or 0x55A590) is unknown color: approx Keppel. HEX triplet: 55, A5 and 90. RGB value is (85,165,144). Sum of RGB (Red+Green+Blue) = 85+165+144=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #55A590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A590 is #AA5A6F. Grayscale: #8A8A8A. Windows color (decimal): -11164272 or 9479509. OLE color: 9479509.

HSL color Cylindrical-coordinate representation of color #55A590: hue angle of 164.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A590 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB85165144-
CMYK0.4800.130.35
HSL164.25º32%49.02%-
HSV(B)164.25º48.48%64.71%-
XYZ22.2430.8631.17-
YUV138.6913189.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=21.57%
G=41.88%
B=36.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851651440.4800.130.35164.253249.02
Hex55A590300D23a42031
Octal12524522060015432444061
Binary101010110100101100100001100000110110001110100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,165,144); }

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

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

 a { background-color: rgb(85,165,144); }

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

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

 span { border-color: rgb(85,165,144); }

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