Html Css Color HEX #559B5A Fruit Salad

📋 copy color: '#559B5A'

red 85 ◦ green 155 ◦ blue 90

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

Shades of Fruit Salad #559B5A

Tints of Fruit Salad #559B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 25.76%
G = 46.97%
B = 27.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#559B5A (or 0x559B5A) is known color: Fruit Salad. HEX triplet: 55, 9B and 5A. RGB value is (85,155,90). Sum of RGB (Red+Green+Blue) = 85+155+90=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5A is #AA64A5. Grayscale: #7E7E7E. Windows color (decimal): -11166886 or 5938005. OLE color: 5938005.

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

Color convert

RGB 85 155 90 -
CMYK 0.45 0 0.42 0.39
HSL 124.29º 0.29% 0.47% -
HSV(B) 124.29º 0.45% 0.61% -
XYZ 17.31 26.11 13.8 -
YUV 126.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 85 155 90 0.45 0 0.42 0.39 124.29 0.29 0.47
Hex 55 9B 5A 2D 0 2A 27 7C 1D 2F
Octal 125 233 132 55 0 52 47 174 35 57
Binary 1010101 10011011 1011010 101101 0 101010 100111 1111100 11101 101111

Color Harmonies of #559B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B5A

Black with #559B5A

Text Example


Text Example

White with #559B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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