#505469

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

Shades of East Bay #505469

Tints of East Bay #505469

Color information

#505469 (or 0x505469) is unknown color: approx East Bay. HEX triplet: 50, 54 and 69. RGB value is (80,84,105). Sum of RGB (Red+Green+Blue) = 80+84+105=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #505469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505469 is #AFAB96. Grayscale: #555555. Windows color (decimal): -11512727 or 6902864. OLE color: 6902864.

HSL color Cylindrical-coordinate representation of color #505469: hue angle of 230.4º 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 #505469 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8084105-
CMYK0.240.2000.59
HSL230.4º13.51%36.27%-
HSV(B)230.4º23.81%41.18%-
XYZ9.039.0714.64-
YUV85.2139.17124.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=29.74%
G=31.23%
B=39.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80841050.240.2000.59230.413.5136.27
Hex505469181403Be6e24
Octal12012415130240733461644
Binary10100001010100110100111000101000111011111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505469; }

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

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

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

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

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

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

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

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