#54586D

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

Shades of East Bay #54586D

Tints of East Bay #54586D

Color information

#54586D (or 0x54586D) is unknown color: approx East Bay. HEX triplet: 54, 58 and 6D. RGB value is (84,88,109). Sum of RGB (Red+Green+Blue) = 84+88+109=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #54586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54586D is #ABA792. Grayscale: #595959. Windows color (decimal): -11249555 or 7166036. OLE color: 7166036.

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

Color convert

RGB8488109-
CMYK0.230.1900.57
HSL230.4º12.95%37.84%-
HSV(B)230.4º22.94%42.75%-
XYZ9.919.9715.87-
YUV89.2139.17124.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=29.89%
G=31.32%
B=38.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84881090.230.1900.57230.412.9537.84
Hex54586D1713039e6d26
Octal12413015527230713461546
Binary10101001011000110110110111100110111001111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54586D; }

 p { color: rgb(84,88,109); }

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

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

 a { background-color: rgb(84,88,109); }

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

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

 span { border-color: rgb(84,88,109); }

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