Html Css Color HEX #559C60 Fruit Salad

📋 copy color: '#559C60'

red 85 ◦ green 156 ◦ blue 96

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

Shades of Fruit Salad #559C60

Tints of Fruit Salad #559C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 25.22%
G = 46.29%
B = 28.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#559C60 (or 0x559C60) is known color: Fruit Salad. HEX triplet: 55, 9C and 60. RGB value is (85,156,96). Sum of RGB (Red+Green+Blue) = 85+156+96=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #559C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C60 is #AA639F. Grayscale: #808080. Windows color (decimal): -11166624 or 6331477. OLE color: 6331477.

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

Color convert

RGB 85 156 96 -
CMYK 0.46 0 0.38 0.39
HSL 129.3º 0.29% 0.47% -
HSV(B) 129.3º 0.46% 0.61% -
XYZ 17.75 26.55 15.26 -
YUV 127.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 85 156 96 0.46 0 0.38 0.39 129.3 0.29 0.47
Hex 55 9C 60 2E 0 26 27 81 1D 2F
Octal 125 234 140 56 0 46 47 201 35 57
Binary 1010101 10011100 1100000 101110 0 100110 100111 10000001 11101 101111

Color Harmonies of #559C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C60

Black with #559C60

Text Example


Text Example

White with #559C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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