#505669

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

Shades of East Bay #505669

Tints of East Bay #505669

Color information

#505669 (or 0x505669) is unknown color: approx East Bay. HEX triplet: 50, 56 and 69. RGB value is (80,86,105). Sum of RGB (Red+Green+Blue) = 80+86+105=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #505669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505669 is #AFA996. Grayscale: #565656. Windows color (decimal): -11512215 or 6903376. OLE color: 6903376.

HSL color Cylindrical-coordinate representation of color #505669: hue angle of 225.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505669 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8086105-
CMYK0.240.1800.59
HSL225.6º13.51%36.27%-
HSV(B)225.6º23.81%41.18%-
XYZ9.199.3814.69-
YUV86.37138.51123.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=29.52%
G=31.73%
B=38.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80861050.240.1800.59225.613.5136.27
Hex505669181203Be2e24
Octal12012615130220733421644
Binary10100001010110110100111000100100111011111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505669; }

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

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

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

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

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

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

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

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