Html Css Color HEX #509558 Fruit Salad

📋 copy color: '#509558'

red 80 ◦ green 149 ◦ blue 88

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

Shades of Fruit Salad #509558

Tints of Fruit Salad #509558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 25.24%
G = 47%
B = 27.76%

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

#509558 (or 0x509558) is known color: Fruit Salad. HEX triplet: 50, 95 and 58. RGB value is (80,149,88). Sum of RGB (Red+Green+Blue) = 80+149+88=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #509558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509558 is #AF6AA7. Grayscale: #797979. Windows color (decimal): -11496104 or 5805392. OLE color: 5805392.

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

Color convert

RGB 80 149 88 -
CMYK 0.46 0 0.41 0.42
HSL 126.96º 0.3% 0.45% -
HSV(B) 126.96º 0.46% 0.58% -
XYZ 15.82 23.9 13.01 -
YUV 121.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 80 149 88 0.46 0 0.41 0.42 126.96 0.3 0.45
Hex 50 95 58 2E 0 29 2A 7F 1E 2D
Octal 120 225 130 56 0 51 52 177 36 55
Binary 1010000 10010101 1011000 101110 0 101001 101010 1111111 11110 101101

Color Harmonies of #509558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509558

Black with #509558

Text Example


Text Example

White with #509558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509558; }

 p { color: rgb(80,149,88); }

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

background-color css

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

 a { background-color: rgb(80,149,88); }

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

border-color css

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

 span { border-color: rgb(80,149,88); }

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