#506B53

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

Shades of Killarney #506B53

Tints of Killarney #506B53

Color information

#506B53 (or 0x506B53) is unknown color: approx Killarney. HEX triplet: 50, 6B and 53. RGB value is (80,107,83). Sum of RGB (Red+Green+Blue) = 80+107+83=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #506B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B53 is #AF94AC. Grayscale: #606060. Windows color (decimal): -11506861 or 5466960. OLE color: 5466960.

HSL color Cylindrical-coordinate representation of color #506B53: hue angle of 126.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B53 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB8010783-
CMYK0.2500.220.58
HSL126.67º14.44%36.67%-
HSV(B)126.67º25.23%41.96%-
XYZ10.1312.8510.13-
YUV96.19120.55116.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=29.63%
G=39.63%
B=30.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107830.2500.220.58126.6714.4436.67
Hex506B53190163A7fe25
Octal12015312331026721771645
Binary1010000110101110100111100101011011101011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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