#508557

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

Shades of Killarney #508557

Tints of Killarney #508557

Color information

#508557 (or 0x508557) is unknown color: approx Killarney. HEX triplet: 50, 85 and 57. RGB value is (80,133,87). Sum of RGB (Red+Green+Blue) = 80+133+87=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #508557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508557 is #AF7AA8. Grayscale: #707070. Windows color (decimal): -11500201 or 5735760. OLE color: 5735760.

HSL color Cylindrical-coordinate representation of color #508557: hue angle of 127.92º 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 #508557 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB8013387-
CMYK0.4000.350.48
HSL127.92º24.88%41.76%-
HSV(B)127.92º39.85%52.16%-
XYZ13.4219.1712.01-
YUV111.91113.94105.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 87 (34.38% from 255) = 29%
R=26.67%
G=44.33%
B=29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133870.4000.350.48127.9224.8841.76
Hex508557280233080192a
Octal12020512750043602003152
Binary101000010000101101011110100001000111100001000000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508557; }

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

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

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

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

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

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

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

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