#506F54

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

Shades of Killarney #506F54

Tints of Killarney #506F54

Color information

#506F54 (or 0x506F54) is unknown color: approx Killarney. HEX triplet: 50, 6F and 54. RGB value is (80,111,84). Sum of RGB (Red+Green+Blue) = 80+111+84=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #506F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F54 is #AF90AB. Grayscale: #626262. Windows color (decimal): -11505836 or 5533520. OLE color: 5533520.

HSL color Cylindrical-coordinate representation of color #506F54: hue angle of 127.74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F54 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB8011184-
CMYK0.2800.240.56
HSL127.74º16.23%37.45%-
HSV(B)127.74º27.93%43.53%-
XYZ10.5913.7110.48-
YUV98.65119.73114.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=29.09%
G=40.36%
B=30.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111840.2800.240.56127.7416.2337.45
Hex506F541C01838801025
Octal12015712434030702002045
Binary101000011011111010100111000110001110001000000010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F54; }

 p { color: rgb(80,111,84); }

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

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

 a { background-color: rgb(80,111,84); }

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

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

 span { border-color: rgb(80,111,84); }

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