#50586D

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

Shades of East Bay #50586D

Tints of East Bay #50586D

Color information

#50586D (or 0x50586D) is unknown color: approx East Bay. HEX triplet: 50, 58 and 6D. RGB value is (80,88,109). Sum of RGB (Red+Green+Blue) = 80+88+109=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #50586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50586D is #AFA792. Grayscale: #575757. Windows color (decimal): -11511699 or 7166032. OLE color: 7166032.

HSL color Cylindrical-coordinate representation of color #50586D: hue angle of 223.45º 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 #50586D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8088109-
CMYK0.270.1900.57
HSL223.45º15.34%37.06%-
HSV(B)223.45º26.61%42.75%-
XYZ9.569.7915.85-
YUV88139.85122.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=28.88%
G=31.77%
B=39.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80881090.270.1900.57223.4515.3437.06
Hex50586D1B13039dff25
Octal12013015533230713371745
Binary10100001011000110110111011100110111001110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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