Html Css Color HEX #557456 Killarney

📋 copy color: '#557456'

red 85 ◦ green 116 ◦ blue 86

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

Shades of Killarney #557456

Tints of Killarney #557456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 29.62%
G = 40.42%
B = 29.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#557456 (or 0x557456) is known color: Killarney. HEX triplet: 55, 74 and 56. RGB value is (85,116,86). Sum of RGB (Red+Green+Blue) = 85+116+86=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #557456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557456 is #AA8BA9. Grayscale: #676767. Windows color (decimal): -11176874 or 5665877. OLE color: 5665877.

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

Color convert

RGB 85 116 86 -
CMYK 0.27 0 0.26 0.55
HSL 121.94º 0.15% 0.39% -
HSV(B) 121.94º 0.27% 0.45% -
XYZ 11.67 15.09 11.1 -
YUV 103.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 85 116 86 0.27 0 0.26 0.55 121.94 0.15 0.39
Hex 55 74 56 1B 0 1A 37 7A F 27
Octal 125 164 126 33 0 32 67 172 17 47
Binary 1010101 1110100 1010110 11011 0 11010 110111 1111010 1111 100111

Color Harmonies of #557456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557456

Black with #557456

Text Example


Text Example

White with #557456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557456; }

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

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

background-color css

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

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

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

border-color css

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

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

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