Html Css Color HEX #559C58 Fruit Salad

📋 copy color: '#559C58'

red 85 ◦ green 156 ◦ blue 88

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

Shades of Fruit Salad #559C58

Tints of Fruit Salad #559C58

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.42%

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

R = 25.84%
G = 47.42%
B = 26.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#559C58 (or 0x559C58) is known color: Fruit Salad. HEX triplet: 55, 9C and 58. RGB value is (85,156,88). Sum of RGB (Red+Green+Blue) = 85+156+88=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #559C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C58 is #AA63A7. Grayscale: #7F7F7F. Windows color (decimal): -11166632 or 5807189. OLE color: 5807189.

HSL color Cylindrical-coordinate representation of color #559C58: hue angle of 122.54º degrees, saturation: 0.29, 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 #559C58 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 88 -
CMYK 0.46 0 0.44 0.39
HSL 122.54º 0.29% 0.47% -
HSV(B) 122.54º 0.46% 0.61% -
XYZ 17.4 26.41 13.41 -
YUV 127.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 85 156 88 0.46 0 0.44 0.39 122.54 0.29 0.47
Hex 55 9C 58 2E 0 2C 27 7B 1D 2F
Octal 125 234 130 56 0 54 47 173 35 57
Binary 1010101 10011100 1011000 101110 0 101100 100111 1111011 11101 101111

Color Harmonies of #559C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C58

Black with #559C58

Text Example


Text Example

White with #559C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,88); }

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

background-color css

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

 a { background-color: rgb(85,156,88); }

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

border-color css

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

 span { border-color: rgb(85,156,88); }

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