#507758

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

Shades of Killarney #507758

Tints of Killarney #507758

Color information

#507758 (or 0x507758) is unknown color: approx Killarney. HEX triplet: 50, 77 and 58. RGB value is (80,119,88). Sum of RGB (Red+Green+Blue) = 80+119+88=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #507758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507758 is #AF88A7. Grayscale: #676767. Windows color (decimal): -11503784 or 5797712. OLE color: 5797712.

HSL color Cylindrical-coordinate representation of color #507758: hue angle of 132.31º 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 #507758 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB8011988-
CMYK0.3300.260.53
HSL132.31º19.6%39.02%-
HSV(B)132.31º32.77%46.67%-
XYZ11.6715.611.63-
YUV103.8119.08111.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=27.87%
G=41.46%
B=30.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119880.3300.260.53132.3119.639.02
Hex5077582101A35841427
Octal12016713041032652042447
Binary1010000111011110110001000010110101101011000010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507758; }

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

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

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

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

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

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

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

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