#509E58

Color #509E58 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #509E58

Tints of Fruit Salad #509E58

Color information

#509E58 (or 0x509E58) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 58. RGB value is (80,158,88). Sum of RGB (Red+Green+Blue) = 80+158+88=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #509E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E58 is #AF61A7. Grayscale: #7E7E7E. Windows color (decimal): -11493800 or 5807696. OLE color: 5807696.

HSL color Cylindrical-coordinate representation of color #509E58: hue angle of 126.15º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E58 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB8015888-
CMYK0.4900.440.38
HSL126.15º32.77%46.67%-
HSV(B)126.15º49.37%61.96%-
XYZ17.326.8613.51-
YUV126.7106.1694.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=24.54%
G=48.47%
B=26.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158880.4900.440.38126.1532.7746.67
Hex509E583102C267e212f
Octal12023613061054461764157
Binary101000010011110101100011000101011001001101111110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #509E58;
 }
 .AnyTagClassName
 {
   color: #509E58;
 }
</style>
background-color css

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

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

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

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

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

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