#508459

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

Shades of Killarney #508459

Tints of Killarney #508459

Color information

#508459 (or 0x508459) is unknown color: approx Killarney. HEX triplet: 50, 84 and 59. RGB value is (80,132,89). Sum of RGB (Red+Green+Blue) = 80+132+89=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #508459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508459 is #AF7BA6. Grayscale: #6F6F6F. Windows color (decimal): -11500455 or 5866576. OLE color: 5866576.

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

Color convert

RGB8013289-
CMYK0.3900.330.48
HSL130.38º24.53%41.57%-
HSV(B)130.38º39.39%51.76%-
XYZ13.3618.9312.4-
YUV111.55115.27105.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=26.58%
G=43.85%
B=29.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132890.3900.330.48130.3824.5341.57
Hex508459270213082192a
Octal12020413147041602023152
Binary101000010000100101100110011101000011100001000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508459; }

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

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

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

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

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

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

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

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