#508559

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

Shades of Killarney #508559

Tints of Killarney #508559

Color information

#508559 (or 0x508559) is unknown color: approx Killarney. HEX triplet: 50, 85 and 59. RGB value is (80,133,89). Sum of RGB (Red+Green+Blue) = 80+133+89=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #508559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508559 is #AF7AA6. Grayscale: #707070. Windows color (decimal): -11500199 or 5866832. OLE color: 5866832.

HSL color Cylindrical-coordinate representation of color #508559: hue angle of 130.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508559 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB8013389-
CMYK0.4000.330.48
HSL130.19º24.88%41.76%-
HSV(B)130.19º39.85%52.16%-
XYZ13.519.212.45-
YUV112.14114.94105.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=26.49%
G=44.04%
B=29.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133890.4000.330.48130.1924.8841.76
Hex508559280213082192a
Octal12020513150041602023152
Binary101000010000101101100110100001000011100001000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508559; }

 p { color: rgb(80,133,89); }

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

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

 a { background-color: rgb(80,133,89); }

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

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

 span { border-color: rgb(80,133,89); }

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