#50546A

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

Shades of East Bay #50546A

Tints of East Bay #50546A

Color information

#50546A (or 0x50546A) is unknown color: approx East Bay. HEX triplet: 50, 54 and 6A. RGB value is (80,84,106). Sum of RGB (Red+Green+Blue) = 80+84+106=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #50546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50546A is #AFAB95. Grayscale: #555555. Windows color (decimal): -11512726 or 6968400. OLE color: 6968400.

HSL color Cylindrical-coordinate representation of color #50546A: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50546A is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8084106-
CMYK0.250.2100.58
HSL230.77º13.98%36.47%-
HSV(B)230.77º24.53%41.57%-
XYZ9.089.0914.91-
YUV85.31139.67124.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=29.63%
G=31.11%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80841060.250.2100.58230.7713.9836.47
Hex50546A191503Ae7e24
Octal12012415231250723471644
Binary10100001010100110101011001101010111010111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50546A; }

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

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

<style>
 a { background-color: #50546A; }

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

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

<style>
 span { border-color: #50546A; }

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

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