#505468

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

Shades of East Bay #505468

Tints of East Bay #505468

Color information

#505468 (or 0x505468) is unknown color: approx East Bay. HEX triplet: 50, 54 and 68. RGB value is (80,84,104). Sum of RGB (Red+Green+Blue) = 80+84+104=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #505468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505468 is #AFAB97. Grayscale: #555555. Windows color (decimal): -11512728 or 6837328. OLE color: 6837328.

HSL color Cylindrical-coordinate representation of color #505468: hue angle of 230º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505468 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8084104-
CMYK0.230.1900.59
HSL230º13.04%36.08%-
HSV(B)230º23.08%40.78%-
XYZ8.989.0514.37-
YUV85.08138.67124.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=29.85%
G=31.34%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80841040.230.1900.5923013.0436.08
Hex505468171303Be6d24
Octal12012415027230733461544
Binary10100001010100110100010111100110111011111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505468; }

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

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

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

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

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

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

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

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