Html Css Color HEX #559B5C Fruit Salad

📋 copy color: '#559B5C'

red 85 ◦ green 155 ◦ blue 92

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

Shades of Fruit Salad #559B5C

Tints of Fruit Salad #559B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 25.6%
G = 46.69%
B = 27.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#559B5C (or 0x559B5C) is known color: Fruit Salad. HEX triplet: 55, 9B and 5C. RGB value is (85,155,92). Sum of RGB (Red+Green+Blue) = 85+155+92=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5C is #AA64A3. Grayscale: #7F7F7F. Windows color (decimal): -11166884 or 6069077. OLE color: 6069077.

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

Color convert

RGB 85 155 92 -
CMYK 0.45 0 0.41 0.39
HSL 126º 0.29% 0.47% -
HSV(B) 126º 0.45% 0.61% -
XYZ 17.4 26.15 14.25 -
YUV 126.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 85 155 92 0.45 0 0.41 0.39 126 0.29 0.47
Hex 55 9B 5C 2D 0 29 27 7E 1D 2F
Octal 125 233 134 55 0 51 47 176 35 57
Binary 1010101 10011011 1011100 101101 0 101001 100111 1111110 11101 101111

Color Harmonies of #559B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B5C

Black with #559B5C

Text Example


Text Example

White with #559B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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