#55B057

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

Shades of Fruit Salad #55B057

Tints of Fruit Salad #55B057

Color information

#55B057 (or 0x55B057) is unknown color: approx Fruit Salad. HEX triplet: 55, B0 and 57. RGB value is (85,176,87). Sum of RGB (Red+Green+Blue) = 85+176+87=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #55B057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B057 is #AA4FA8. Grayscale: #8A8A8A. Windows color (decimal): -11161513 or 5746773. OLE color: 5746773.

HSL color Cylindrical-coordinate representation of color #55B057: hue angle of 121.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B057 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB8517687-
CMYK0.5200.510.31
HSL121.32º36.55%51.18%-
HSV(B)121.32º51.7%69.02%-
XYZ20.9933.6714.41-
YUV138.6598.8589.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 87 (34.38% from 255) = 25%
R=24.43%
G=50.57%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85176870.5200.510.31121.3236.5551.18
Hex55B057340331F792533
Octal12526012764063371714563
Binary10101011011000010101111101000110011111111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,87); }

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

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

 a { background-color: rgb(85,176,87); }

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

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

 span { border-color: rgb(85,176,87); }

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