#515469

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

Shades of East Bay #515469

Tints of East Bay #515469

Color information

#515469 (or 0x515469) is unknown color: approx East Bay. HEX triplet: 51, 54 and 69. RGB value is (81,84,105). Sum of RGB (Red+Green+Blue) = 81+84+105=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #515469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515469 is #AEAB96. Grayscale: #555555. Windows color (decimal): -11447191 or 6902865. OLE color: 6902865.

HSL color Cylindrical-coordinate representation of color #515469: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515469 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8184105-
CMYK0.230.2000.59
HSL232.5º12.9%36.47%-
HSV(B)232.5º22.86%41.18%-
XYZ9.119.1114.64-
YUV85.5139.01124.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=30%
G=31.11%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81841050.230.2000.59232.512.936.47
Hex515469171403Be8d24
Octal12112415127240733501544
Binary10100011010100110100110111101000111011111010001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515469; }

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

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

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

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

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

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

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

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