Html Css Color HEX #557855 Killarney

📋 copy color: '#557855'

red 85 ◦ green 120 ◦ blue 85

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

Shades of Killarney #557855

Tints of Killarney #557855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 29.31%
G = 41.38%
B = 29.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#557855 (or 0x557855) is known color: Killarney. HEX triplet: 55, 78 and 55. RGB value is (85,120,85). Sum of RGB (Red+Green+Blue) = 85+120+85=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #557855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557855 is #AA87AA. Grayscale: #696969. Windows color (decimal): -11175851 or 5601365. OLE color: 5601365.

HSL color Cylindrical-coordinate representation of color #557855: hue angle of 120º 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 #557855 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 85 -
CMYK 0.29 0 0.29 0.53
HSL 120º 0.17% 0.4% -
HSV(B) 120º 0.29% 0.47% -
XYZ 12.1 16.02 11.05 -
YUV 105.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 85 120 85 0.29 0 0.29 0.53 120 0.17 0.4
Hex 55 78 55 1D 0 1D 35 78 11 28
Octal 125 170 125 35 0 35 65 170 21 50
Binary 1010101 1111000 1010101 11101 0 11101 110101 1111000 10001 101000

Color Harmonies of #557855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557855

Black with #557855

Text Example


Text Example

White with #557855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557855; }

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

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

background-color css

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

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

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

border-color css

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

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

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