#507757

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

Shades of Killarney #507757

Tints of Killarney #507757

Color information

#507757 (or 0x507757) is unknown color: approx Killarney. HEX triplet: 50, 77 and 57. RGB value is (80,119,87). Sum of RGB (Red+Green+Blue) = 80+119+87=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #507757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507757 is #AF88A8. Grayscale: #676767. Windows color (decimal): -11503785 or 5732176. OLE color: 5732176.

HSL color Cylindrical-coordinate representation of color #507757: hue angle of 130.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507757 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB8011987-
CMYK0.3300.270.53
HSL130.77º19.6%39.02%-
HSV(B)130.77º32.77%46.67%-
XYZ11.6315.5911.41-
YUV103.69118.58111.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=27.97%
G=41.61%
B=30.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119870.3300.270.53130.7719.639.02
Hex5077572101B35831427
Octal12016712741033652032447
Binary1010000111011110101111000010110111101011000001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507757; }

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

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

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

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

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

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

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

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