#54596F

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

Shades of East Bay #54596F

Tints of East Bay #54596F

Color information

#54596F (or 0x54596F) is unknown color: approx East Bay. HEX triplet: 54, 59 and 6F. RGB value is (84,89,111). Sum of RGB (Red+Green+Blue) = 84+89+111=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #54596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596F is #ABA690. Grayscale: #595959. Windows color (decimal): -11249297 or 7297364. OLE color: 7297364.

HSL color Cylindrical-coordinate representation of color #54596F: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54596F is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8489111-
CMYK0.240.2000.56
HSL228.89º13.85%38.24%-
HSV(B)228.89º24.32%43.53%-
XYZ10.110.1816.47-
YUV90.01139.84123.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=29.58%
G=31.34%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84891110.240.2000.56228.8913.8538.24
Hex54596F1814038e5e26
Octal12413115730240703451646
Binary10101001011001110111111000101000111000111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54596F; }

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

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

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

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

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

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

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

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