#508A56

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

Shades of Killarney #508A56

Tints of Killarney #508A56

Color information

#508A56 (or 0x508A56) is unknown color: approx Killarney. HEX triplet: 50, 8A and 56. RGB value is (80,138,86). Sum of RGB (Red+Green+Blue) = 80+138+86=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #508A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A56 is #AF75A9. Grayscale: #727272. Windows color (decimal): -11498922 or 5671504. OLE color: 5671504.

HSL color Cylindrical-coordinate representation of color #508A56: hue angle of 126.21º degrees, saturation: 0.27, 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 #508A56 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB8013886-
CMYK0.4200.380.46
HSL126.21º26.61%42.75%-
HSV(B)126.21º42.03%54.12%-
XYZ14.0820.5512.03-
YUV114.73111.78103.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=26.32%
G=45.39%
B=28.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80138860.4200.380.46126.2126.6142.75
Hex508A562A0262E7e1b2b
Octal12021212652046561763353
Binary10100001000101010101101010100100110101110111111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508A56; }

 p { color: rgb(80,138,86); }

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

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

 a { background-color: rgb(80,138,86); }

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

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

 span { border-color: rgb(80,138,86); }

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