#54586B

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

Shades of East Bay #54586B

Tints of East Bay #54586B

Color information

#54586B (or 0x54586B) is unknown color: approx East Bay. HEX triplet: 54, 58 and 6B. RGB value is (84,88,107). Sum of RGB (Red+Green+Blue) = 84+88+107=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #54586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54586B is #ABA794. Grayscale: #585858. Windows color (decimal): -11249557 or 7034964. OLE color: 7034964.

HSL color Cylindrical-coordinate representation of color #54586B: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54586B is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8488107-
CMYK0.210.1800.58
HSL229.57º12.04%37.45%-
HSV(B)229.57º21.5%41.96%-
XYZ9.89.9315.31-
YUV88.97138.17124.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=30.11%
G=31.54%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84881070.210.1800.58229.5712.0437.45
Hex54586B151203Ae6c25
Octal12413015325220723461445
Binary10101001011000110101110101100100111010111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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