#507A56

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

Shades of Killarney #507A56

Tints of Killarney #507A56

Color information

#507A56 (or 0x507A56) is unknown color: approx Killarney. HEX triplet: 50, 7A and 56. RGB value is (80,122,86). Sum of RGB (Red+Green+Blue) = 80+122+86=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #507A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A56 is #AF85A9. Grayscale: #696969. Windows color (decimal): -11503018 or 5667408. OLE color: 5667408.

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

Color convert

RGB8012286-
CMYK0.3400.300.52
HSL128.57º20.79%39.61%-
HSV(B)128.57º34.43%47.84%-
XYZ11.9516.311.32-
YUV105.34117.09109.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=27.78%
G=42.36%
B=29.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122860.3400.300.52128.5720.7939.61
Hex507A562201E34811528
Octal12017212642036642012550
Binary1010000111101010101101000100111101101001000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,86); }

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

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

 a { background-color: rgb(80,122,86); }

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

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

 span { border-color: rgb(80,122,86); }

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