#507157

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

Shades of Killarney #507157

Tints of Killarney #507157

Color information

#507157 (or 0x507157) is unknown color: approx Killarney. HEX triplet: 50, 71 and 57. RGB value is (80,113,87). Sum of RGB (Red+Green+Blue) = 80+113+87=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #507157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507157 is #AF8EA8. Grayscale: #646464. Windows color (decimal): -11505321 or 5730640. OLE color: 5730640.

HSL color Cylindrical-coordinate representation of color #507157: hue angle of 132.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507157 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB8011387-
CMYK0.2900.230.56
HSL132.73º17.1%37.84%-
HSV(B)132.73º29.2%44.31%-
XYZ10.9314.211.18-
YUV100.17120.57113.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=28.57%
G=40.36%
B=31.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113870.2900.230.56132.7317.137.84
Hex5071571D01738851126
Octal12016112735027702052146
Binary101000011100011010111111010101111110001000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507157; }

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

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

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

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

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

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

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

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