#505A6D

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

Shades of East Bay #505A6D

Tints of East Bay #505A6D

Color information

#505A6D (or 0x505A6D) is unknown color: approx East Bay. HEX triplet: 50, 5A and 6D. RGB value is (80,90,109). Sum of RGB (Red+Green+Blue) = 80+90+109=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #505A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A6D is #AFA592. Grayscale: #595959. Windows color (decimal): -11511187 or 7166544. OLE color: 7166544.

HSL color Cylindrical-coordinate representation of color #505A6D: hue angle of 219.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505A6D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8090109-
CMYK0.270.1700.57
HSL219.31º15.34%37.06%-
HSV(B)219.31º26.61%42.75%-
XYZ9.7210.1215.91-
YUV89.18139.19121.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=28.67%
G=32.26%
B=39.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80901090.270.1700.57219.3115.3437.06
Hex505A6D1B11039dbf25
Octal12013215533210713331745
Binary10100001011010110110111011100010111001110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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