Html Css Color HEX #539058 Fruit Salad

📋 copy color: '#539058'

red 83 ◦ green 144 ◦ blue 88

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

Shades of Fruit Salad #539058

Tints of Fruit Salad #539058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

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

R = 26.35%
G = 45.71%
B = 27.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#539058 (or 0x539058) is known color: Fruit Salad. HEX triplet: 53, 90 and 58. RGB value is (83,144,88). Sum of RGB (Red+Green+Blue) = 83+144+88=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #539058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539058 is #AC6FA7. Grayscale: #777777. Windows color (decimal): -11300776 or 5804115. OLE color: 5804115.

HSL color Cylindrical-coordinate representation of color #539058: hue angle of 124.92º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #539058 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 88 -
CMYK 0.42 0 0.39 0.44
HSL 124.92º 0.27% 0.45% -
HSV(B) 124.92º 0.42% 0.56% -
XYZ 15.3 22.49 12.77 -
YUV 119.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 83 144 88 0.42 0 0.39 0.44 124.92 0.27 0.45
Hex 53 90 58 2A 0 27 2C 7D 1B 2D
Octal 123 220 130 52 0 47 54 175 33 55
Binary 1010011 10010000 1011000 101010 0 100111 101100 1111101 11011 101101

Color Harmonies of #539058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539058

Black with #539058

Text Example


Text Example

White with #539058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539058; }

 p { color: rgb(83,144,88); }

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

background-color css

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

 a { background-color: rgb(83,144,88); }

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

border-color css

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

 span { border-color: rgb(83,144,88); }

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