Html Css Color HEX #559B53 Fruit Salad

📋 copy color: '#559B53'

red 85 ◦ green 155 ◦ blue 83

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

Shades of Fruit Salad #559B53

Tints of Fruit Salad #559B53

RGB

 RED value IS 85 (33.59% from 255) = 26.32%

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 26.32%
G = 47.99%
B = 25.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#559B53 (or 0x559B53) is known color: Fruit Salad. HEX triplet: 55, 9B and 53. RGB value is (85,155,83). Sum of RGB (Red+Green+Blue) = 85+155+83=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #559B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B53 is #AA64AC. Grayscale: #7E7E7E. Windows color (decimal): -11166893 or 5479253. OLE color: 5479253.

HSL color Cylindrical-coordinate representation of color #559B53: hue angle of 118.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559B53 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 83 -
CMYK 0.45 0 0.46 0.39
HSL 118.33º 0.3% 0.47% -
HSV(B) 118.33º 0.46% 0.61% -
XYZ 17.03 26 12.3 -
YUV 125.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 85 155 83 0.45 0 0.46 0.39 118.33 0.3 0.47
Hex 55 9B 53 2D 0 2E 27 76 1E 2F
Octal 125 233 123 55 0 56 47 166 36 57
Binary 1010101 10011011 1010011 101101 0 101110 100111 1110110 11110 101111

Color Harmonies of #559B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B53

Black with #559B53

Text Example


Text Example

White with #559B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B53; }

 p { color: rgb(85,155,83); }

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

background-color css

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

 a { background-color: rgb(85,155,83); }

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

border-color css

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

 span { border-color: rgb(85,155,83); }

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