Html Css Color HEX #557856 Killarney

📋 copy color: '#557856'

red 85 ◦ green 120 ◦ blue 86

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

Shades of Killarney #557856

Tints of Killarney #557856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 29.21%
G = 41.24%
B = 29.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#557856 (or 0x557856) is known color: Killarney. HEX triplet: 55, 78 and 56. RGB value is (85,120,86). Sum of RGB (Red+Green+Blue) = 85+120+86=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #557856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557856 is #AA87A9. Grayscale: #696969. Windows color (decimal): -11175850 or 5666901. OLE color: 5666901.

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

Color convert

RGB 85 120 86 -
CMYK 0.29 0 0.28 0.53
HSL 121.71º 0.17% 0.4% -
HSV(B) 121.71º 0.29% 0.47% -
XYZ 12.14 16.04 11.26 -
YUV 105.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 85 120 86 0.29 0 0.28 0.53 121.71 0.17 0.4
Hex 55 78 56 1D 0 1C 35 7A 11 28
Octal 125 170 126 35 0 34 65 172 21 50
Binary 1010101 1111000 1010110 11101 0 11100 110101 1111010 10001 101000

Color Harmonies of #557856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557856

Black with #557856

Text Example


Text Example

White with #557856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557856; }

 p { color: rgb(85,120,86); }

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

background-color css

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

 a { background-color: rgb(85,120,86); }

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

border-color css

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

 span { border-color: rgb(85,120,86); }

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