Html Css Color HEX #557959 Killarney

📋 copy color: '#557959'

red 85 ◦ green 121 ◦ blue 89

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

Shades of Killarney #557959

Tints of Killarney #557959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 28.81%
G = 41.02%
B = 30.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#557959 (or 0x557959) is known color: Killarney. HEX triplet: 55, 79 and 59. RGB value is (85,121,89). Sum of RGB (Red+Green+Blue) = 85+121+89=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #557959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557959 is #AA86A6. Grayscale: #6A6A6A. Windows color (decimal): -11175591 or 5863765. OLE color: 5863765.

HSL color Cylindrical-coordinate representation of color #557959: hue angle of 126.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557959 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 89 -
CMYK 0.30 0 0.26 0.53
HSL 126.67º 0.17% 0.4% -
HSV(B) 126.67º 0.3% 0.47% -
XYZ 12.39 16.33 11.95 -
YUV 106.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 85 121 89 0.30 0 0.26 0.53 126.67 0.17 0.4
Hex 55 79 59 1E 0 1A 35 7F 11 28
Octal 125 171 131 36 0 32 65 177 21 50
Binary 1010101 1111001 1011001 11110 0 11010 110101 1111111 10001 101000

Color Harmonies of #557959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557959

Black with #557959

Text Example


Text Example

White with #557959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557959; }

 p { color: rgb(85,121,89); }

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

background-color css

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

 a { background-color: rgb(85,121,89); }

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

border-color css

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

 span { border-color: rgb(85,121,89); }

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