Html Css Color HEX #525573 East Bay

📋 copy color: '#525573'

red 82 ◦ green 85 ◦ blue 115

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

Shades of East Bay #525573

Tints of East Bay #525573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 29.08%
G = 30.14%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525573 (or 0x525573) is known color: East Bay. HEX triplet: 52, 55 and 73. RGB value is (82,85,115). Sum of RGB (Red+Green+Blue) = 82+85+115=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #525573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525573 is #ADAA8C. Grayscale: #575757. Windows color (decimal): -11381389 or 7558482. OLE color: 7558482.

HSL color Cylindrical-coordinate representation of color #525573: hue angle of 234.55º 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 #525573 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 85 115 -
CMYK 0.29 0.26 0 0.55
HSL 234.55º 0.17% 0.39% -
HSV(B) 234.55º 0.29% 0.45% -
XYZ 9.82 9.53 17.54 -
YUV 87.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 82 85 115 0.29 0.26 0 0.55 234.55 0.17 0.39
Hex 52 55 73 1D 1A 0 37 EB 11 27
Octal 122 125 163 35 32 0 67 353 21 47
Binary 1010010 1010101 1110011 11101 11010 0 110111 11101011 10001 100111

Color Harmonies of #525573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525573

Black with #525573

Text Example


Text Example

White with #525573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525573; }

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

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

background-color css

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

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

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

border-color css

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

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

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