#515578

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

Shades of East Bay #515578

Tints of East Bay #515578

Color information

#515578 (or 0x515578) is unknown color: approx East Bay. HEX triplet: 51, 55 and 78. RGB value is (81,85,120). Sum of RGB (Red+Green+Blue) = 81+85+120=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #515578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515578 is #AEAA87. Grayscale: #575757. Windows color (decimal): -11446920 or 7886161. OLE color: 7886161.

HSL color Cylindrical-coordinate representation of color #515578: hue angle of 233.85º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515578 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8185120-
CMYK0.320.2900.53
HSL233.85º19.4%39.41%-
HSV(B)233.85º32.5%47.06%-
XYZ10.039.619.09-
YUV87.79146.17123.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=28.32%
G=29.72%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81851200.320.2900.53233.8519.439.41
Hex515578201D035ea1327
Octal12112517040350653522347
Binary1010001101010111110001000001110101101011110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515578; }

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

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

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

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

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

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

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

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