#507C55

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

Shades of Killarney #507C55

Tints of Killarney #507C55

Color information

#507C55 (or 0x507C55) is unknown color: approx Killarney. HEX triplet: 50, 7C and 55. RGB value is (80,124,85). Sum of RGB (Red+Green+Blue) = 80+124+85=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #507C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C55 is #AF83AA. Grayscale: #6A6A6A. Windows color (decimal): -11502507 or 5602384. OLE color: 5602384.

HSL color Cylindrical-coordinate representation of color #507C55: hue angle of 126.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C55 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB8012485-
CMYK0.3500.310.51
HSL126.82º21.57%40%-
HSV(B)126.82º35.48%48.63%-
XYZ12.1616.7811.19-
YUV106.4115.92109.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=27.68%
G=42.91%
B=29.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124850.3500.310.51126.8221.5740
Hex507C552301F337f1628
Octal12017412543037631772650
Binary101000011111001010101100011011111110011111111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C55; }

 p { color: rgb(80,124,85); }

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

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

 a { background-color: rgb(80,124,85); }

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

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

 span { border-color: rgb(80,124,85); }

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