#557F5A

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

Shades of Killarney #557F5A

Tints of Killarney #557F5A

Color information

#557F5A (or 0x557F5A) is unknown color: approx Killarney. HEX triplet: 55, 7F and 5A. RGB value is (85,127,90). Sum of RGB (Red+Green+Blue) = 85+127+90=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #557F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F5A is #AA80A5. Grayscale: #6E6E6E. Windows color (decimal): -11174054 or 5930837. OLE color: 5930837.

HSL color Cylindrical-coordinate representation of color #557F5A: hue angle of 127.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557F5A is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB8512790-
CMYK0.3300.290.50
HSL127.14º19.81%41.57%-
HSV(B)127.14º33.07%49.8%-
XYZ13.1817.8512.42-
YUV110.22116.59110.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=28.15%
G=42.05%
B=29.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85127900.3300.290.50127.1419.8141.57
Hex557F5A2101D327f142a
Octal12517713241035621772452
Binary101010111111111011010100001011101110010111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F5A; }

 p { color: rgb(85,127,90); }

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

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

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

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

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

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

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