Html Css Color HEX #539B59 Fruit Salad

📋 copy color: '#539B59'

red 83 ◦ green 155 ◦ blue 89

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

Shades of Fruit Salad #539B59

Tints of Fruit Salad #539B59

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

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

R = 25.38%
G = 47.4%
B = 27.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#539B59 (or 0x539B59) is known color: Fruit Salad. HEX triplet: 53, 9B and 59. RGB value is (83,155,89). Sum of RGB (Red+Green+Blue) = 83+155+89=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #539B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B59 is #AC64A6. Grayscale: #7E7E7E. Windows color (decimal): -11297959 or 5872467. OLE color: 5872467.

HSL color Cylindrical-coordinate representation of color #539B59: hue angle of 125º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B59 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 89 -
CMYK 0.46 0 0.43 0.39
HSL 125º 0.3% 0.47% -
HSV(B) 125º 0.46% 0.61% -
XYZ 17.09 26 13.57 -
YUV 125.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 83 155 89 0.46 0 0.43 0.39 125 0.3 0.47
Hex 53 9B 59 2E 0 2B 27 7D 1E 2F
Octal 123 233 131 56 0 53 47 175 36 57
Binary 1010011 10011011 1011001 101110 0 101011 100111 1111101 11110 101111

Color Harmonies of #539B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B59

Black with #539B59

Text Example


Text Example

White with #539B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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