Html Css Color HEX #539059 Fruit Salad

📋 copy color: '#539059'

red 83 ◦ green 144 ◦ blue 89

#539059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #539059

Tints of Fruit Salad #539059

RGB

 RED value IS 83 (32.81% from 255) = 26.27%

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 26.27%
G = 45.57%
B = 28.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#539059 (or 0x539059) is known color: Fruit Salad. HEX triplet: 53, 90 and 59. RGB value is (83,144,89). Sum of RGB (Red+Green+Blue) = 83+144+89=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #539059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539059 is #AC6FA6. Grayscale: #777777. Windows color (decimal): -11300775 or 5869651. OLE color: 5869651.

HSL color Cylindrical-coordinate representation of color #539059: hue angle of 125.9º 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 #539059 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 89 -
CMYK 0.42 0 0.38 0.44
HSL 125.9º 0.27% 0.45% -
HSV(B) 125.9º 0.42% 0.56% -
XYZ 15.34 22.51 12.99 -
YUV 119.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 83 144 89 0.42 0 0.38 0.44 125.9 0.27 0.45
Hex 53 90 59 2A 0 26 2C 7E 1B 2D
Octal 123 220 131 52 0 46 54 176 33 55
Binary 1010011 10010000 1011001 101010 0 100110 101100 1111110 11011 101101

Color Harmonies of #539059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539059

Black with #539059

Text Example


Text Example

White with #539059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539059; }

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

 H1.HeaderClassName
 {
   color: #539059;
 }
 .AnyTagClassName
 {
   color: #539059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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