Html Css Color HEX #509457 Fruit Salad

📋 copy color: '#509457'

red 80 ◦ green 148 ◦ blue 87

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

Shades of Fruit Salad #509457

Tints of Fruit Salad #509457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 25.4%
G = 46.98%
B = 27.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#509457 (or 0x509457) is known color: Fruit Salad. HEX triplet: 50, 94 and 57. RGB value is (80,148,87). Sum of RGB (Red+Green+Blue) = 80+148+87=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #509457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509457 is #AF6BA8. Grayscale: #787878. Windows color (decimal): -11496361 or 5739600. OLE color: 5739600.

HSL color Cylindrical-coordinate representation of color #509457: hue angle of 126.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509457 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 87 -
CMYK 0.46 0 0.41 0.42
HSL 126.18º 0.3% 0.45% -
HSV(B) 126.18º 0.46% 0.58% -
XYZ 15.62 23.57 12.74 -
YUV 120.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 80 148 87 0.46 0 0.41 0.42 126.18 0.3 0.45
Hex 50 94 57 2E 0 29 2A 7E 1E 2D
Octal 120 224 127 56 0 51 52 176 36 55
Binary 1010000 10010100 1010111 101110 0 101001 101010 1111110 11110 101101

Color Harmonies of #509457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509457

Black with #509457

Text Example


Text Example

White with #509457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509457; }

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

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

background-color css

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

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

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

border-color css

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

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

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