#515872

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

Shades of East Bay #515872

Tints of East Bay #515872

Color information

#515872 (or 0x515872) is unknown color: approx East Bay. HEX triplet: 51, 58 and 72. RGB value is (81,88,114). Sum of RGB (Red+Green+Blue) = 81+88+114=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 88 (34.77% from 255 or 31.10% 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 #515872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515872 is #AEA78D. Grayscale: #585858. Windows color (decimal): -11446158 or 7493713. OLE color: 7493713.

HSL color Cylindrical-coordinate representation of color #515872: hue angle of 227.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515872 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8188114-
CMYK0.290.2300.55
HSL227.27º16.92%38.24%-
HSV(B)227.27º28.95%44.71%-
XYZ9.929.9417.32-
YUV88.87142.18122.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=28.62%
G=31.10%
B=40.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81881140.290.2300.55227.2716.9238.24
Hex5158721D17037e31126
Octal12113016235270673432146
Binary101000110110001110010111011011101101111110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515872; }

 p { color: rgb(81,88,114); }

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

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

 a { background-color: rgb(81,88,114); }

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

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

 span { border-color: rgb(81,88,114); }

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