#515975

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

Shades of East Bay #515975

Tints of East Bay #515975

Color information

#515975 (or 0x515975) is unknown color: approx East Bay. HEX triplet: 51, 59 and 75. RGB value is (81,89,117). Sum of RGB (Red+Green+Blue) = 81+89+117=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #515975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515975 is #AEA68A. Grayscale: #595959. Windows color (decimal): -11445899 or 7690577. OLE color: 7690577.

HSL color Cylindrical-coordinate representation of color #515975: hue angle of 226.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515975 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8189117-
CMYK0.310.2400.54
HSL226.67º18.18%38.82%-
HSV(B)226.67º30.77%45.88%-
XYZ10.1810.1818.26-
YUV89.8143.35121.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=28.22%
G=31.01%
B=40.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81891170.310.2400.54226.6718.1838.82
Hex5159751F18036e31227
Octal12113116537300663432247
Binary101000110110011110101111111100001101101110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515975; }

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

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

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

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

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

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

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

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