#508A53

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

Shades of Killarney #508A53

Tints of Killarney #508A53

Color information

#508A53 (or 0x508A53) is unknown color: approx Killarney. HEX triplet: 50, 8A and 53. RGB value is (80,138,83). Sum of RGB (Red+Green+Blue) = 80+138+83=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #508A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A53 is #AF75AC. Grayscale: #727272. Windows color (decimal): -11498925 or 5474896. OLE color: 5474896.

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

Color convert

RGB8013883-
CMYK0.4200.400.46
HSL123.1º26.61%42.75%-
HSV(B)123.1º42.03%54.12%-
XYZ13.9620.5111.41-
YUV114.39110.28103.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=26.58%
G=45.85%
B=27.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80138830.4200.400.46123.126.6142.75
Hex508A532A0282E7b1b2b
Octal12021212352050561733353
Binary10100001000101010100111010100101000101110111101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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