#515373

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

Shades of East Bay #515373

Tints of East Bay #515373

Color information

#515373 (or 0x515373) is unknown color: approx East Bay. HEX triplet: 51, 53 and 73. RGB value is (81,83,115). Sum of RGB (Red+Green+Blue) = 81+83+115=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #515373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515373 is #AEAC8C. Grayscale: #555555. Windows color (decimal): -11447437 or 7557969. OLE color: 7557969.

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

Color convert

RGB8183115-
CMYK0.300.2800.55
HSL236.47º17.35%38.43%-
HSV(B)236.47º29.57%45.1%-
XYZ9.589.1717.49-
YUV86.05144.34124.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=29.03%
G=29.75%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81831150.300.2800.55236.4717.3538.43
Hex5153731E1C037ec1126
Octal12112316336340673542146
Binary101000110100111110011111101110001101111110110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515373; }

 p { color: rgb(81,83,115); }

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

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

 a { background-color: rgb(81,83,115); }

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

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

 span { border-color: rgb(81,83,115); }

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