#54596E

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

Shades of East Bay #54596E

Tints of East Bay #54596E

Color information

#54596E (or 0x54596E) is unknown color: approx East Bay. HEX triplet: 54, 59 and 6E. RGB value is (84,89,110). Sum of RGB (Red+Green+Blue) = 84+89+110=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #54596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596E is #ABA691. Grayscale: #595959. Windows color (decimal): -11249298 or 7231828. OLE color: 7231828.

HSL color Cylindrical-coordinate representation of color #54596E: hue angle of 228.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54596E is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8489110-
CMYK0.240.1900.57
HSL228.46º13.4%38.04%-
HSV(B)228.46º23.64%43.14%-
XYZ10.0410.1616.18-
YUV89.9139.34123.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=29.68%
G=31.45%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84891100.240.1900.57228.4613.438.04
Hex54596E1813039e4d26
Octal12413115630230713441546
Binary10101001011001110111011000100110111001111001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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