#506B5C

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

Shades of Como #506B5C

Tints of Como #506B5C

Color information

#506B5C (or 0x506B5C) is unknown color: approx Como. HEX triplet: 50, 6B and 5C. RGB value is (80,107,92). Sum of RGB (Red+Green+Blue) = 80+107+92=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #506B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B5C is #AF94A3. Grayscale: #616161. Windows color (decimal): -11506852 or 6056784. OLE color: 6056784.

HSL color Cylindrical-coordinate representation of color #506B5C: hue angle of 146.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 #506B5C is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8010792-
CMYK0.2500.140.58
HSL146.67º14.44%36.67%-
HSV(B)146.67º25.23%41.96%-
XYZ10.512.9912.08-
YUV97.22125.05115.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=28.67%
G=38.35%
B=32.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107920.2500.140.58146.6714.4436.67
Hex506B5C190E3A93e25
Octal12015313431016722231645
Binary1010000110101110111001100101110111010100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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