Html Css Color HEX #525473 East Bay

📋 copy color: '#525473'

red 82 ◦ green 84 ◦ blue 115

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

Shades of East Bay #525473

Tints of East Bay #525473

RGB

 RED value IS 82 (32.42% from 255) = 29.18%

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 29.18%
G = 29.89%
B = 40.93%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525473 (or 0x525473) is known color: East Bay. HEX triplet: 52, 54 and 73. RGB value is (82,84,115). Sum of RGB (Red+Green+Blue) = 82+84+115=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #525473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525473 is #ADAB8C. Grayscale: #565656. Windows color (decimal): -11381645 or 7558226. OLE color: 7558226.

HSL color Cylindrical-coordinate representation of color #525473: hue angle of 236.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525473 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 84 115 -
CMYK 0.29 0.27 0 0.55
HSL 236.36º 0.17% 0.39% -
HSV(B) 236.36º 0.29% 0.45% -
XYZ 9.74 9.37 17.52 -
YUV 86.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 82 84 115 0.29 0.27 0 0.55 236.36 0.17 0.39
Hex 52 54 73 1D 1B 0 37 EC 11 27
Octal 122 124 163 35 33 0 67 354 21 47
Binary 1010010 1010100 1110011 11101 11011 0 110111 11101100 10001 100111

Color Harmonies of #525473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525473

Black with #525473

Text Example


Text Example

White with #525473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525473; }

 p { color: rgb(82,84,115); }

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

background-color css

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

 a { background-color: rgb(82,84,115); }

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

border-color css

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

 span { border-color: rgb(82,84,115); }

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