#515377

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

Shades of East Bay #515377

Tints of East Bay #515377

Color information

#515377 (or 0x515377) is unknown color: approx East Bay. HEX triplet: 51, 53 and 77. RGB value is (81,83,119). Sum of RGB (Red+Green+Blue) = 81+83+119=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #515377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515377 is #AEAC88. Grayscale: #565656. Windows color (decimal): -11447433 or 7820113. OLE color: 7820113.

HSL color Cylindrical-coordinate representation of color #515377: hue angle of 236.84º 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 #515377 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8183119-
CMYK0.320.3000.53
HSL236.84º19%39.22%-
HSV(B)236.84º31.93%46.67%-
XYZ9.829.2718.72-
YUV86.51146.34124.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=28.62%
G=29.33%
B=42.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81831190.320.3000.53236.841939.22
Hex515377201E035ed1327
Octal12112316740360653552347
Binary1010001101001111101111000001111001101011110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515377; }

 p { color: rgb(81,83,119); }

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

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

 a { background-color: rgb(81,83,119); }

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

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

 span { border-color: rgb(81,83,119); }

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