#50566D

Color #50566D East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #50566D

Tints of East Bay #50566D

Color information

#50566D (or 0x50566D) is unknown color: approx East Bay. HEX triplet: 50, 56 and 6D. RGB value is (80,86,109). Sum of RGB (Red+Green+Blue) = 80+86+109=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #50566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50566D is #AFA992. Grayscale: #565656. Windows color (decimal): -11512211 or 7165520. OLE color: 7165520.

HSL color Cylindrical-coordinate representation of color #50566D: hue angle of 227.59º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50566D is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8086109-
CMYK0.270.2100.57
HSL227.59º15.34%37.06%-
HSV(B)227.59º26.61%42.75%-
XYZ9.49.4715.8-
YUV86.83140.51123.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=29.09%
G=31.27%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80861090.270.2100.57227.5915.3437.06
Hex50566D1B15039e4f25
Octal12012615533250713441745
Binary10100001010110110110111011101010111001111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50566D; }

 p { color: rgb(80,86,109); }

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

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

 a { background-color: rgb(80,86,109); }

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

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

 span { border-color: rgb(80,86,109); }

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