#506B6A

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

Shades of William #506B6A

Tints of William #506B6A

Color information

#506B6A (or 0x506B6A) is unknown color: approx William. HEX triplet: 50, 6B and 6A. RGB value is (80,107,106). Sum of RGB (Red+Green+Blue) = 80+107+106=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #506B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B6A is #AF9495. Grayscale: #626262. Windows color (decimal): -11506838 or 6974288. OLE color: 6974288.

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

Color convert

RGB80107106-
CMYK0.2500.010.58
HSL177.78º14.44%36.67%-
HSV(B)177.78º25.23%41.96%-
XYZ11.1713.2615.61-
YUV98.81132.05114.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=27.30%
G=36.52%
B=36.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801071060.2500.010.58177.7814.4436.67
Hex506B6A19013Ab2e25
Octal1201531523101722621645
Binary1010000110101111010101100101111010101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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