Html Css Color HEX #53576B East Bay

📋 copy color: '#53576B'

red 83 ◦ green 87 ◦ blue 107

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

Shades of East Bay #53576B

Tints of East Bay #53576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 29.96%
G = 31.41%
B = 38.63%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53576B (or 0x53576B) is known color: East Bay. HEX triplet: 53, 57 and 6B. RGB value is (83,87,107). Sum of RGB (Red+Green+Blue) = 83+87+107=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #53576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576B is #ACA894. Grayscale: #575757. Windows color (decimal): -11315349 or 7034707. OLE color: 7034707.

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

Color convert

RGB 83 87 107 -
CMYK 0.22 0.19 0 0.58
HSL 230º 0.13% 0.37% -
HSV(B) 230º 0.22% 0.42% -
XYZ 9.63 9.72 15.28 -
YUV 88.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 83 87 107 0.22 0.19 0 0.58 230 0.13 0.37
Hex 53 57 6B 16 13 0 3A E6 D 25
Octal 123 127 153 26 23 0 72 346 15 45
Binary 1010011 1010111 1101011 10110 10011 0 111010 11100110 1101 100101

Color Harmonies of #53576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53576B

Black with #53576B

Text Example


Text Example

White with #53576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53576B;
 }
 .AnyTagClassName
 {
   color: #53576B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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