#508959

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

Shades of Killarney #508959

Tints of Killarney #508959

Color information

#508959 (or 0x508959) is unknown color: approx Killarney. HEX triplet: 50, 89 and 59. RGB value is (80,137,89). Sum of RGB (Red+Green+Blue) = 80+137+89=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #508959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508959 is #AF76A6. Grayscale: #727272. Windows color (decimal): -11499175 or 5867856. OLE color: 5867856.

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

Color convert

RGB8013789-
CMYK0.4200.350.46
HSL129.47º26.27%42.55%-
HSV(B)129.47º41.61%53.73%-
XYZ14.0620.3212.63-
YUV114.48113.62103.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=26.14%
G=44.77%
B=29.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137890.4200.350.46129.4726.2742.55
Hex5089592A0232E811a2b
Octal12021113152043562013253
Binary101000010001001101100110101001000111011101000000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508959; }

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

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

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

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

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

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

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

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