#515472

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

Shades of East Bay #515472

Tints of East Bay #515472

Color information

#515472 (or 0x515472) is unknown color: approx East Bay. HEX triplet: 51, 54 and 72. RGB value is (81,84,114). Sum of RGB (Red+Green+Blue) = 81+84+114=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #515472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515472 is #AEAB8D. Grayscale: #565656. Windows color (decimal): -11447182 or 7492689. OLE color: 7492689.

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

Color convert

RGB8184114-
CMYK0.290.2600.55
HSL234.55º16.92%38.24%-
HSV(B)234.55º28.95%44.71%-
XYZ9.69.317.21-
YUV86.52143.51124.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=29.03%
G=30.11%
B=40.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81841140.290.2600.55234.5516.9238.24
Hex5154721D1A037eb1126
Octal12112416235320673532146
Binary101000110101001110010111011101001101111110101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515472; }

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

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

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

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

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

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

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

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