Html Css Color HEX #53546A East Bay

📋 copy color: '#53546A'

red 83 ◦ green 84 ◦ blue 106

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

Shades of East Bay #53546A

Tints of East Bay #53546A

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 30.4%
G = 30.77%
B = 38.83%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53546A (or 0x53546A) is known color: East Bay. HEX triplet: 53, 54 and 6A. RGB value is (83,84,106). Sum of RGB (Red+Green+Blue) = 83+84+106=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #53546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53546A is #ACAB95. Grayscale: #565656. Windows color (decimal): -11316118 or 6968403. OLE color: 6968403.

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

Color convert

RGB 83 84 106 -
CMYK 0.22 0.21 0 0.58
HSL 237.39º 0.12% 0.37% -
HSV(B) 237.39º 0.22% 0.42% -
XYZ 9.34 9.22 14.92 -
YUV 86.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 83 84 106 0.22 0.21 0 0.58 237.39 0.12 0.37
Hex 53 54 6A 16 15 0 3A ED C 25
Octal 123 124 152 26 25 0 72 355 14 45
Binary 1010011 1010100 1101010 10110 10101 0 111010 11101101 1100 100101

Color Harmonies of #53546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53546A

Black with #53546A

Text Example


Text Example

White with #53546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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