#515471

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

Shades of East Bay #515471

Tints of East Bay #515471

Color information

#515471 (or 0x515471) is unknown color: approx East Bay. HEX triplet: 51, 54 and 71. RGB value is (81,84,113). Sum of RGB (Red+Green+Blue) = 81+84+113=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #515471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515471 is #AEAB8E. Grayscale: #565656. Windows color (decimal): -11447183 or 7427153. OLE color: 7427153.

HSL color Cylindrical-coordinate representation of color #515471: hue angle of 234.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515471 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8184113-
CMYK0.280.2600.56
HSL234.38º16.49%38.04%-
HSV(B)234.38º28.32%44.31%-
XYZ9.549.2816.91-
YUV86.41143.01124.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=29.14%
G=30.22%
B=40.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81841130.280.2600.56234.3816.4938.04
Hex5154711C1A038ea1026
Octal12112416134320703522046
Binary101000110101001110001111001101001110001110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515471; }

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

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

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

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

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

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

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

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