#507F58

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

Shades of Killarney #507F58

Tints of Killarney #507F58

Color information

#507F58 (or 0x507F58) is unknown color: approx Killarney. HEX triplet: 50, 7F and 58. RGB value is (80,127,88). Sum of RGB (Red+Green+Blue) = 80+127+88=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #507F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F58 is #AF80A7. Grayscale: #6C6C6C. Windows color (decimal): -11501736 or 5799760. OLE color: 5799760.

HSL color Cylindrical-coordinate representation of color #507F58: hue angle of 130.21º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F58 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB8012788-
CMYK0.3700.310.50
HSL130.21º22.71%40.59%-
HSV(B)130.21º37.01%49.8%-
XYZ12.6617.5911.96-
YUV108.5116.43107.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=27.12%
G=43.05%
B=29.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80127880.3700.310.50130.2122.7140.59
Hex507F582501F32821729
Octal12017713045037622022751
Binary1010000111111110110001001010111111100101000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,127,88); }

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

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

 a { background-color: rgb(80,127,88); }

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

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

 span { border-color: rgb(80,127,88); }

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