#507B58

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

Shades of Killarney #507B58

Tints of Killarney #507B58

Color information

#507B58 (or 0x507B58) is unknown color: approx Killarney. HEX triplet: 50, 7B and 58. RGB value is (80,123,88). Sum of RGB (Red+Green+Blue) = 80+123+88=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #507B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B58 is #AF84A7. Grayscale: #6A6A6A. Windows color (decimal): -11502760 or 5798736. OLE color: 5798736.

HSL color Cylindrical-coordinate representation of color #507B58: hue angle of 131.16º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B58 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB8012388-
CMYK0.3500.280.52
HSL131.16º21.18%39.8%-
HSV(B)131.16º34.96%48.24%-
XYZ12.1516.5811.79-
YUV106.15117.75109.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=27.49%
G=42.27%
B=30.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123880.3500.280.52131.1621.1839.8
Hex507B582301C34831528
Octal12017313043034642032550
Binary1010000111101110110001000110111001101001000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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