Html Css Color HEX #54586B East Bay

📋 copy color: '#54586B'

red 84 ◦ green 88 ◦ blue 107

#54586B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #54586B

Tints of East Bay #54586B

RGB

 RED value IS 84 (33.2% 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 value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54586B (or 0x54586B) is known color: 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

RGB 84 88 107 -
CMYK 0.21 0.18 0 0.58
HSL 229.57º 0.12% 0.37% -
HSV(B) 229.57º 0.21% 0.42% -
XYZ 9.8 9.93 15.31 -
YUV 88.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 84 88 107 0.21 0.18 0 0.58 229.57 0.12 0.37
Hex 54 58 6B 15 12 0 3A E6 C 25
Octal 124 130 153 25 22 0 72 346 14 45
Binary 1010100 1011000 1101011 10101 10010 0 111010 11100110 1100 100101

Color Harmonies of #54586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54586B

Black with #54586B

Text Example


Text Example

White with #54586B

Text Example


Text Example

HTML Codes & Css Web 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>