Html Css Color HEX #559B5B Fruit Salad

📋 copy color: '#559B5B'

red 85 ◦ green 155 ◦ blue 91

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

Shades of Fruit Salad #559B5B

Tints of Fruit Salad #559B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 25.68%
G = 46.83%
B = 27.49%

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

#559B5B (or 0x559B5B) is known color: Fruit Salad. HEX triplet: 55, 9B and 5B. RGB value is (85,155,91). Sum of RGB (Red+Green+Blue) = 85+155+91=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5B is #AA64A4. Grayscale: #7E7E7E. Windows color (decimal): -11166885 or 6003541. OLE color: 6003541.

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

Color convert

RGB 85 155 91 -
CMYK 0.45 0 0.41 0.39
HSL 125.14º 0.29% 0.47% -
HSV(B) 125.14º 0.45% 0.61% -
XYZ 17.36 26.13 14.03 -
YUV 126.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 85 155 91 0.45 0 0.41 0.39 125.14 0.29 0.47
Hex 55 9B 5B 2D 0 29 27 7D 1D 2F
Octal 125 233 133 55 0 51 47 175 35 57
Binary 1010101 10011011 1011011 101101 0 101001 100111 1111101 11101 101111

Color Harmonies of #559B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B5B

Black with #559B5B

Text Example


Text Example

White with #559B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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