Html Css Color HEX #559C5D Fruit Salad

📋 copy color: '#559C5D'

red 85 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #559C5D

Tints of Fruit Salad #559C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 25.45%
G = 46.71%
B = 27.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#559C5D (or 0x559C5D) is known color: Fruit Salad. HEX triplet: 55, 9C and 5D. RGB value is (85,156,93). Sum of RGB (Red+Green+Blue) = 85+156+93=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #559C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C5D is #AA63A2. Grayscale: #7F7F7F. Windows color (decimal): -11166627 or 6134869. OLE color: 6134869.

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

Color convert

RGB 85 156 93 -
CMYK 0.46 0 0.40 0.39
HSL 126.76º 0.29% 0.47% -
HSV(B) 126.76º 0.46% 0.61% -
XYZ 17.61 26.5 14.54 -
YUV 127.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 85 156 93 0.46 0 0.40 0.39 126.76 0.29 0.47
Hex 55 9C 5D 2E 0 28 27 7F 1D 2F
Octal 125 234 135 56 0 50 47 177 35 57
Binary 1010101 10011100 1011101 101110 0 101000 100111 1111111 11101 101111

Color Harmonies of #559C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C5D

Black with #559C5D

Text Example


Text Example

White with #559C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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