#545976

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

Shades of East Bay #545976

Tints of East Bay #545976

Color information

#545976 (or 0x545976) is unknown color: approx East Bay. HEX triplet: 54, 59 and 76. RGB value is (84,89,118). Sum of RGB (Red+Green+Blue) = 84+89+118=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #545976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545976 is #ABA689. Grayscale: #5A5A5A. Windows color (decimal): -11249290 or 7756116. OLE color: 7756116.

HSL color Cylindrical-coordinate representation of color #545976: hue angle of 231.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545976 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8489118-
CMYK0.290.2500.54
HSL231.18º16.83%39.61%-
HSV(B)231.18º28.81%46.27%-
XYZ10.510.3418.58-
YUV90.81143.34123.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=28.87%
G=30.58%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84891180.290.2500.54231.1816.8339.61
Hex5459761D19036e71128
Octal12413116635310663472150
Binary101010010110011110110111011100101101101110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545976; }

 p { color: rgb(84,89,118); }

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

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

 a { background-color: rgb(84,89,118); }

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

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

 span { border-color: rgb(84,89,118); }

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