#515974

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

Shades of East Bay #515974

Tints of East Bay #515974

Color information

#515974 (or 0x515974) is unknown color: approx East Bay. HEX triplet: 51, 59 and 74. RGB value is (81,89,116). Sum of RGB (Red+Green+Blue) = 81+89+116=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #515974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515974 is #AEA68B. Grayscale: #595959. Windows color (decimal): -11445900 or 7625041. OLE color: 7625041.

HSL color Cylindrical-coordinate representation of color #515974: hue angle of 226.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515974 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8189116-
CMYK0.300.2300.55
HSL226.29º17.77%38.63%-
HSV(B)226.29º30.17%45.49%-
XYZ10.1210.1617.95-
YUV89.69142.85121.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=28.32%
G=31.12%
B=40.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81891160.300.2300.55226.2917.7738.63
Hex5159741E17037e21227
Octal12113116436270673422247
Binary101000110110011110100111101011101101111110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515974; }

 p { color: rgb(81,89,116); }

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

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

 a { background-color: rgb(81,89,116); }

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

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

 span { border-color: rgb(81,89,116); }

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