#539058

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

Shades of Fruit Salad #539058

Tints of Fruit Salad #539058

Color information

#539058 (or 0x539058) is unknown color: approx Fruit Salad. HEX triplet: 53, 90 and 58. RGB value is (83,144,88). Sum of RGB (Red+Green+Blue) = 83+144+88=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #539058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539058 is #AC6FA7. Grayscale: #777777. Windows color (decimal): -11300776 or 5804115. OLE color: 5804115.

HSL color Cylindrical-coordinate representation of color #539058: hue angle of 124.92º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #539058 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB8314488-
CMYK0.4200.390.44
HSL124.92º26.87%44.51%-
HSV(B)124.92º42.36%56.47%-
XYZ15.322.4912.77-
YUV119.38110.29102.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=26.35%
G=45.71%
B=27.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144880.4200.390.44124.9226.8744.51
Hex5390582A0272C7d1b2d
Octal12322013052047541753355
Binary10100111001000010110001010100100111101100111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539058; }

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

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

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

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

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

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

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

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