#539E58

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

Shades of Fruit Salad #539E58

Tints of Fruit Salad #539E58

Color information

#539E58 (or 0x539E58) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 58. RGB value is (83,158,88). Sum of RGB (Red+Green+Blue) = 83+158+88=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #539E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E58 is #AC61A7. Grayscale: #7F7F7F. Windows color (decimal): -11297192 or 5807699. OLE color: 5807699.

HSL color Cylindrical-coordinate representation of color #539E58: hue angle of 124º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E58 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB8315888-
CMYK0.4700.440.38
HSL124º31.12%47.25%-
HSV(B)124º47.47%61.96%-
XYZ17.562713.52-
YUV127.59105.6596.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=25.23%
G=48.02%
B=26.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158880.4700.440.3812431.1247.25
Hex539E582F02C267c1f2f
Octal12323613057054461743757
Binary10100111001111010110001011110101100100110111110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539E58; }

 p { color: rgb(83,158,88); }

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

<style>
 a { background-color: #539E58; }

 a { background-color: rgb(83,158,88); }

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

<style>
 span { border-color: #539E58; }

 span { border-color: rgb(83,158,88); }

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