Html Css Color HEX #509B57 Fruit Salad

📋 copy color: '#509B57'

red 80 ◦ green 155 ◦ blue 87

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

Shades of Fruit Salad #509B57

Tints of Fruit Salad #509B57

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

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

 BLUE value IS 87 (34.38% from 255) = 27.02%

R = 24.84%
G = 48.14%
B = 27.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#509B57 (or 0x509B57) is known color: Fruit Salad. HEX triplet: 50, 9B and 57. RGB value is (80,155,87). Sum of RGB (Red+Green+Blue) = 80+155+87=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #509B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B57 is #AF64A8. Grayscale: #7D7D7D. Windows color (decimal): -11494569 or 5741392. OLE color: 5741392.

HSL color Cylindrical-coordinate representation of color #509B57: hue angle of 125.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B57 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 87 -
CMYK 0.48 0 0.44 0.39
HSL 125.6º 0.32% 0.46% -
HSV(B) 125.6º 0.48% 0.61% -
XYZ 16.75 25.84 13.12 -
YUV 124.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 80 155 87 0.48 0 0.44 0.39 125.6 0.32 0.46
Hex 50 9B 57 30 0 2C 27 7E 20 2E
Octal 120 233 127 60 0 54 47 176 40 56
Binary 1010000 10011011 1010111 110000 0 101100 100111 1111110 100000 101110

Color Harmonies of #509B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B57

Black with #509B57

Text Example


Text Example

White with #509B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509B57; }

 p { color: rgb(80,155,87); }

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

background-color css

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

 a { background-color: rgb(80,155,87); }

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

border-color css

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

 span { border-color: rgb(80,155,87); }

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