Html Css Color HEX #557356 Killarney

📋 copy color: '#557356'

red 85 ◦ green 115 ◦ blue 86

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

Shades of Killarney #557356

Tints of Killarney #557356

RGB

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

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

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

R = 29.72%
G = 40.21%
B = 30.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#557356 (or 0x557356) is known color: Killarney. HEX triplet: 55, 73 and 56. RGB value is (85,115,86). Sum of RGB (Red+Green+Blue) = 85+115+86=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #557356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557356 is #AA8CA9. Grayscale: #666666. Windows color (decimal): -11177130 or 5665621. OLE color: 5665621.

HSL color Cylindrical-coordinate representation of color #557356: hue angle of 122º 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 #557356 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 86 -
CMYK 0.26 0 0.25 0.55
HSL 122º 0.15% 0.39% -
HSV(B) 122º 0.26% 0.45% -
XYZ 11.56 14.86 11.06 -
YUV 102.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 85 115 86 0.26 0 0.25 0.55 122 0.15 0.39
Hex 55 73 56 1A 0 19 37 7A F 27
Octal 125 163 126 32 0 31 67 172 17 47
Binary 1010101 1110011 1010110 11010 0 11001 110111 1111010 1111 100111

Color Harmonies of #557356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557356

Black with #557356

Text Example


Text Example

White with #557356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557356; }

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

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

background-color css

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

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

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

border-color css

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

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

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