Html Css Color HEX #539155 Fruit Salad

📋 copy color: '#539155'

red 83 ◦ green 145 ◦ blue 85

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

Shades of Fruit Salad #539155

Tints of Fruit Salad #539155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 26.52%
G = 46.33%
B = 27.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#539155 (or 0x539155) is known color: Fruit Salad. HEX triplet: 53, 91 and 55. RGB value is (83,145,85). Sum of RGB (Red+Green+Blue) = 83+145+85=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #539155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539155 is #AC6EAA. Grayscale: #777777. Windows color (decimal): -11300523 or 5607763. OLE color: 5607763.

HSL color Cylindrical-coordinate representation of color #539155: hue angle of 121.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539155 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 85 -
CMYK 0.43 0 0.41 0.43
HSL 121.94º 0.27% 0.45% -
HSV(B) 121.94º 0.43% 0.57% -
XYZ 15.33 22.75 12.18 -
YUV 119.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 83 145 85 0.43 0 0.41 0.43 121.94 0.27 0.45
Hex 53 91 55 2B 0 29 2B 7A 1B 2D
Octal 123 221 125 53 0 51 53 172 33 55
Binary 1010011 10010001 1010101 101011 0 101001 101011 1111010 11011 101101

Color Harmonies of #539155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539155

Black with #539155

Text Example


Text Example

White with #539155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539155; }

 p { color: rgb(83,145,85); }

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

background-color css

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

 a { background-color: rgb(83,145,85); }

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

border-color css

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

 span { border-color: rgb(83,145,85); }

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