#556F58

Color #556F58 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #556F58

Tints of Killarney #556F58

Color information

#556F58 (or 0x556F58) is unknown color: approx Killarney. HEX triplet: 55, 6F and 58. RGB value is (85,111,88). Sum of RGB (Red+Green+Blue) = 85+111+88=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #556F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F58 is #AA90A7. Grayscale: #646464. Windows color (decimal): -11178152 or 5795669. OLE color: 5795669.

HSL color Cylindrical-coordinate representation of color #556F58: hue angle of 126.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F58 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8511188-
CMYK0.2300.210.56
HSL126.92º13.27%38.43%-
HSV(B)126.92º23.42%43.53%-
XYZ11.191411.35-
YUV100.6120.89116.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=29.93%
G=39.08%
B=30.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111880.2300.210.56126.9213.2738.43
Hex556F5817015387fd26
Octal12515713027025701771546
Binary1010101110111110110001011101010111100011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F58; }

 p { color: rgb(85,111,88); }

 H1.HeaderClassName
 {
   color: #556F58;
 }
 .AnyTagClassName
 {
   color: #556F58;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #556F58;
 }
 .BgClassName
 {
   background-color: #556F58;
 }
</style>
border-color css

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

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

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