#505A6B

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

Shades of East Bay #505A6B

Tints of East Bay #505A6B

Color information

#505A6B (or 0x505A6B) is unknown color: approx East Bay. HEX triplet: 50, 5A and 6B. RGB value is (80,90,107). Sum of RGB (Red+Green+Blue) = 80+90+107=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #505A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A6B is #AFA594. Grayscale: #585858. Windows color (decimal): -11511189 or 7035472. OLE color: 7035472.

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

Color convert

RGB8090107-
CMYK0.250.1600.58
HSL217.78º14.44%36.67%-
HSV(B)217.78º25.23%41.96%-
XYZ9.6210.0815.35-
YUV88.95138.19121.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=28.88%
G=32.49%
B=38.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80901070.250.1600.58217.7814.4436.67
Hex505A6B191003Adae25
Octal12013215331200723321645
Binary10100001011010110101111001100000111010110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A6B; }

 p { color: rgb(80,90,107); }

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

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

 a { background-color: rgb(80,90,107); }

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

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

 span { border-color: rgb(80,90,107); }

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