Html Css Color HEX #557359 Killarney

📋 copy color: '#557359'

red 85 ◦ green 115 ◦ blue 89

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

Shades of Killarney #557359

Tints of Killarney #557359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.79%

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

R = 29.41%
G = 39.79%
B = 30.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#557359 (or 0x557359) is known color: Killarney. HEX triplet: 55, 73 and 59. RGB value is (85,115,89). Sum of RGB (Red+Green+Blue) = 85+115+89=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #557359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557359 is #AA8CA6. Grayscale: #676767. Windows color (decimal): -11177127 or 5862229. OLE color: 5862229.

HSL color Cylindrical-coordinate representation of color #557359: hue angle of 128º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557359 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 89 -
CMYK 0.26 0 0.23 0.55
HSL 128º 0.15% 0.39% -
HSV(B) 128º 0.26% 0.45% -
XYZ 11.68 14.91 11.71 -
YUV 103.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 85 115 89 0.26 0 0.23 0.55 128 0.15 0.39
Hex 55 73 59 1A 0 17 37 80 F 27
Octal 125 163 131 32 0 27 67 200 17 47
Binary 1010101 1110011 1011001 11010 0 10111 110111 10000000 1111 100111

Color Harmonies of #557359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557359

Black with #557359

Text Example


Text Example

White with #557359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557359; }

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

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

background-color css

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

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

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

border-color css

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

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

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