#515569

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

Shades of East Bay #515569

Tints of East Bay #515569

Color information

#515569 (or 0x515569) is unknown color: approx East Bay. HEX triplet: 51, 55 and 69. RGB value is (81,85,105). Sum of RGB (Red+Green+Blue) = 81+85+105=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #515569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515569 is #AEAA96. Grayscale: #565656. Windows color (decimal): -11446935 or 6903121. OLE color: 6903121.

HSL color Cylindrical-coordinate representation of color #515569: hue angle of 230º 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 #515569 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8185105-
CMYK0.230.1900.59
HSL230º12.9%36.47%-
HSV(B)230º22.86%41.18%-
XYZ9.199.2714.67-
YUV86.08138.67124.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=29.89%
G=31.37%
B=38.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81851050.230.1900.5923012.936.47
Hex515569171303Be6d24
Octal12112515127230733461544
Binary10100011010101110100110111100110111011111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515569; }

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

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

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

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

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

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

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

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