Html Css Color HEX #525679 East Bay

📋 copy color: '#525679'

red 82 ◦ green 86 ◦ blue 121

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

Shades of East Bay #525679

Tints of East Bay #525679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 28.37%
G = 29.76%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525679 (or 0x525679) is known color: East Bay. HEX triplet: 52, 56 and 79. RGB value is (82,86,121). Sum of RGB (Red+Green+Blue) = 82+86+121=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #525679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525679 is #ADA986. Grayscale: #585858. Windows color (decimal): -11381127 or 7951954. OLE color: 7951954.

HSL color Cylindrical-coordinate representation of color #525679: hue angle of 233.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525679 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 86 121 -
CMYK 0.32 0.29 0 0.53
HSL 233.85º 0.19% 0.4% -
HSV(B) 233.85º 0.32% 0.47% -
XYZ 10.26 9.83 19.45 -
YUV 88.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 82 86 121 0.32 0.29 0 0.53 233.85 0.19 0.4
Hex 52 56 79 20 1D 0 35 EA 13 28
Octal 122 126 171 40 35 0 65 352 23 50
Binary 1010010 1010110 1111001 100000 11101 0 110101 11101010 10011 101000

Color Harmonies of #525679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525679

Black with #525679

Text Example


Text Example

White with #525679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525679; }

 p { color: rgb(82,86,121); }

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

background-color css

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

 a { background-color: rgb(82,86,121); }

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

border-color css

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

 span { border-color: rgb(82,86,121); }

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