#507553

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

Shades of Killarney #507553

Tints of Killarney #507553

Color information

#507553 (or 0x507553) is unknown color: approx Killarney. HEX triplet: 50, 75 and 53. RGB value is (80,117,83). Sum of RGB (Red+Green+Blue) = 80+117+83=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #507553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507553 is #AF8AAC. Grayscale: #666666. Windows color (decimal): -11504301 or 5469520. OLE color: 5469520.

HSL color Cylindrical-coordinate representation of color #507553: hue angle of 124.86º 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 #507553 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB8011783-
CMYK0.3200.290.54
HSL124.86º18.78%38.63%-
HSV(B)124.86º31.62%45.88%-
XYZ11.2315.0510.5-
YUV102.06117.24112.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=28.57%
G=41.79%
B=29.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117830.3200.290.54124.8618.7838.63
Hex5075532001D367d1327
Octal12016512340035661752347
Binary101000011101011010011100000011101110110111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507553; }

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

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

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

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

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

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

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

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