#505972

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

Shades of East Bay #505972

Tints of East Bay #505972

Color information

#505972 (or 0x505972) is unknown color: approx East Bay. HEX triplet: 50, 59 and 72. RGB value is (80,89,114). Sum of RGB (Red+Green+Blue) = 80+89+114=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #505972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505972 is #AFA68D. Grayscale: #595959. Windows color (decimal): -11511438 or 7493968. OLE color: 7493968.

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

Color convert

RGB8089114-
CMYK0.300.2200.55
HSL224.12º17.53%38.04%-
HSV(B)224.12º29.82%44.71%-
XYZ9.9210.0717.34-
YUV89.16142.02121.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=28.27%
G=31.45%
B=40.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80891140.300.2200.55224.1217.5338.04
Hex5059721E16037e01226
Octal12013116236260673402246
Binary101000010110011110010111101011001101111110000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505972; }

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

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

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

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

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

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

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

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