#505369

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

Shades of East Bay #505369

Tints of East Bay #505369

Color information

#505369 (or 0x505369) is unknown color: approx East Bay. HEX triplet: 50, 53 and 69. RGB value is (80,83,105). Sum of RGB (Red+Green+Blue) = 80+83+105=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #505369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505369 is #AFAC96. Grayscale: #545454. Windows color (decimal): -11512983 or 6902608. OLE color: 6902608.

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

Color convert

RGB8083105-
CMYK0.240.2100.59
HSL232.8º13.51%36.27%-
HSV(B)232.8º23.81%41.18%-
XYZ8.958.9114.61-
YUV84.61139.51124.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=29.85%
G=30.97%
B=39.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80831050.240.2100.59232.813.5136.27
Hex505369181503Be9e24
Octal12012315130250733511644
Binary10100001010011110100111000101010111011111010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505369; }

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

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

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

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

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

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

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

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