#506B69

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

Shades of William #506B69

Tints of William #506B69

Color information

#506B69 (or 0x506B69) is unknown color: approx William. HEX triplet: 50, 6B and 69. RGB value is (80,107,105). Sum of RGB (Red+Green+Blue) = 80+107+105=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #506B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B69 is #AF9496. Grayscale: #626262. Windows color (decimal): -11506839 or 6908752. OLE color: 6908752.

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

Color convert

RGB80107105-
CMYK0.2500.020.58
HSL175.56º14.44%36.67%-
HSV(B)175.56º25.23%41.96%-
XYZ11.1213.2415.33-
YUV98.7131.55114.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=27.40%
G=36.64%
B=35.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801071050.2500.020.58175.5614.4436.67
Hex506B6919023Ab0e25
Octal1201531513102722601645
Binary10100001101011110100111001010111010101100001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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