Html Css Color HEX #54596A East Bay

📋 copy color: '#54596A'

red 84 ◦ green 89 ◦ blue 106

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

Shades of East Bay #54596A

Tints of East Bay #54596A

RGB

 RED value IS 84 (33.2% from 255) = 30.11%

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 30.11%
G = 31.9%
B = 37.99%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54596A (or 0x54596A) is known color: East Bay. HEX triplet: 54, 59 and 6A. RGB value is (84,89,106). Sum of RGB (Red+Green+Blue) = 84+89+106=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #54596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596A is #ABA695. Grayscale: #595959. Windows color (decimal): -11249302 or 6969684. OLE color: 6969684.

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

Color convert

RGB 84 89 106 -
CMYK 0.21 0.16 0 0.58
HSL 226.36º 0.12% 0.37% -
HSV(B) 226.36º 0.21% 0.42% -
XYZ 9.83 10.07 15.06 -
YUV 89.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 84 89 106 0.21 0.16 0 0.58 226.36 0.12 0.37
Hex 54 59 6A 15 10 0 3A E2 C 25
Octal 124 131 152 25 20 0 72 342 14 45
Binary 1010100 1011001 1101010 10101 10000 0 111010 11100010 1100 100101

Color Harmonies of #54596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54596A

Black with #54596A

Text Example


Text Example

White with #54596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54596A;
 }
 .AnyTagClassName
 {
   color: #54596A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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