#505472

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

Shades of East Bay #505472

Tints of East Bay #505472

Color information

#505472 (or 0x505472) is unknown color: approx East Bay. HEX triplet: 50, 54 and 72. RGB value is (80,84,114). Sum of RGB (Red+Green+Blue) = 80+84+114=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #505472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505472 is #AFAB8D. Grayscale: #565656. Windows color (decimal): -11512718 or 7492688. OLE color: 7492688.

HSL color Cylindrical-coordinate representation of color #505472: hue angle of 232.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505472 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8084114-
CMYK0.300.2600.55
HSL232.94º17.53%38.04%-
HSV(B)232.94º29.82%44.71%-
XYZ9.529.2617.21-
YUV86.22143.67123.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=28.78%
G=30.22%
B=41.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80841140.300.2600.55232.9417.5338.04
Hex5054721E1A037e91226
Octal12012416236320673512246
Binary101000010101001110010111101101001101111110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505472; }

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

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

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

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

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

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

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

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