Html Css Color HEX #54596D East Bay

📋 copy color: '#54596D'

red 84 ◦ green 89 ◦ blue 109

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

Shades of East Bay #54596D

Tints of East Bay #54596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 29.79%
G = 31.56%
B = 38.65%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54596D (or 0x54596D) is known color: East Bay. HEX triplet: 54, 59 and 6D. RGB value is (84,89,109). Sum of RGB (Red+Green+Blue) = 84+89+109=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #54596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596D is #ABA692. Grayscale: #595959. Windows color (decimal): -11249299 or 7166292. OLE color: 7166292.

HSL color Cylindrical-coordinate representation of color #54596D: hue angle of 228º 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 #54596D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 89 109 -
CMYK 0.23 0.18 0 0.57
HSL 228º 0.13% 0.38% -
HSV(B) 228º 0.23% 0.43% -
XYZ 9.99 10.13 15.9 -
YUV 89.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 84 89 109 0.23 0.18 0 0.57 228 0.13 0.38
Hex 54 59 6D 17 12 0 39 E4 D 26
Octal 124 131 155 27 22 0 71 344 15 46
Binary 1010100 1011001 1101101 10111 10010 0 111001 11100100 1101 100110

Color Harmonies of #54596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54596D

Black with #54596D

Text Example


Text Example

White with #54596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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