#505269

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

Shades of East Bay #505269

Tints of East Bay #505269

Color information

#505269 (or 0x505269) is unknown color: approx East Bay. HEX triplet: 50, 52 and 69. RGB value is (80,82,105). Sum of RGB (Red+Green+Blue) = 80+82+105=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #505269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505269 is #AFAD96. Grayscale: #535353. Windows color (decimal): -11513239 or 6902352. OLE color: 6902352.

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

Color convert

RGB8082105-
CMYK0.240.2200.59
HSL235.2º13.51%36.27%-
HSV(B)235.2º23.81%41.18%-
XYZ8.888.7614.59-
YUV84.02139.84125.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=29.96%
G=30.71%
B=39.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80821050.240.2200.59235.213.5136.27
Hex505269181603Bebe24
Octal12012215130260733531644
Binary10100001010010110100111000101100111011111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505269; }

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

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

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

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

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

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

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

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