#507551

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

Shades of Killarney #507551

Tints of Killarney #507551

Color information

#507551 (or 0x507551) is unknown color: approx Killarney. HEX triplet: 50, 75 and 51. RGB value is (80,117,81). Sum of RGB (Red+Green+Blue) = 80+117+81=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #507551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507551 is #AF8AAE. Grayscale: #656565. Windows color (decimal): -11504303 or 5338448. OLE color: 5338448.

HSL color Cylindrical-coordinate representation of color #507551: hue angle of 121.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507551 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB8011781-
CMYK0.3200.310.54
HSL121.62º18.78%38.63%-
HSV(B)121.62º31.62%45.88%-
XYZ11.1515.0210.1-
YUV101.83116.24112.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=28.78%
G=42.09%
B=29.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117810.3200.310.54121.6218.7838.63
Hex5075512001F367a1327
Octal12016512140037661722347
Binary101000011101011010001100000011111110110111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507551; }

 p { color: rgb(80,117,81); }

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

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

 a { background-color: rgb(80,117,81); }

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

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

 span { border-color: rgb(80,117,81); }

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