#507557

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

Shades of Killarney #507557

Tints of Killarney #507557

Color information

#507557 (or 0x507557) is unknown color: approx Killarney. HEX triplet: 50, 75 and 57. RGB value is (80,117,87). Sum of RGB (Red+Green+Blue) = 80+117+87=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #507557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507557 is #AF8AA8. Grayscale: #666666. Windows color (decimal): -11504297 or 5731664. OLE color: 5731664.

HSL color Cylindrical-coordinate representation of color #507557: hue angle of 131.35º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507557 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB8011787-
CMYK0.3200.260.54
HSL131.35º18.78%38.63%-
HSV(B)131.35º31.62%45.88%-
XYZ11.3915.1211.33-
YUV102.52119.24111.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=28.17%
G=41.20%
B=30.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117870.3200.260.54131.3518.7838.63
Hex5075572001A36831327
Octal12016512740032662032347
Binary1010000111010110101111000000110101101101000001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507557; }

 p { color: rgb(80,117,87); }

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

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

 a { background-color: rgb(80,117,87); }

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

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

 span { border-color: rgb(80,117,87); }

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