#54576B

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

Shades of East Bay #54576B

Tints of East Bay #54576B

Color information

#54576B (or 0x54576B) is unknown color: approx East Bay. HEX triplet: 54, 57 and 6B. RGB value is (84,87,107). Sum of RGB (Red+Green+Blue) = 84+87+107=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #54576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54576B is #ABA894. Grayscale: #585858. Windows color (decimal): -11249813 or 7034708. OLE color: 7034708.

HSL color Cylindrical-coordinate representation of color #54576B: hue angle of 232.17º 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 #54576B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8487107-
CMYK0.210.1900.58
HSL232.17º12.04%37.45%-
HSV(B)232.17º21.5%41.96%-
XYZ9.729.7615.28-
YUV88.38138.51124.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=30.22%
G=31.29%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84871070.210.1900.58232.1712.0437.45
Hex54576B151303Ae8c25
Octal12412715325230723501445
Binary10101001010111110101110101100110111010111010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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