Html Css Color HEX #525972 East Bay

📋 copy color: '#525972'

red 82 ◦ green 89 ◦ blue 114

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

Shades of East Bay #525972

Tints of East Bay #525972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 28.77%
G = 31.23%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525972 (or 0x525972) is known color: East Bay. HEX triplet: 52, 59 and 72. RGB value is (82,89,114). Sum of RGB (Red+Green+Blue) = 82+89+114=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #525972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525972 is #ADA68D. Grayscale: #595959. Windows color (decimal): -11380366 or 7493970. OLE color: 7493970.

HSL color Cylindrical-coordinate representation of color #525972: hue angle of 226.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #525972 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 89 114 -
CMYK 0.28 0.22 0 0.55
HSL 226.88º 0.16% 0.38% -
HSV(B) 226.88º 0.28% 0.45% -
XYZ 10.09 10.15 17.35 -
YUV 89.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 82 89 114 0.28 0.22 0 0.55 226.88 0.16 0.38
Hex 52 59 72 1C 16 0 37 E3 10 26
Octal 122 131 162 34 26 0 67 343 20 46
Binary 1010010 1011001 1110010 11100 10110 0 110111 11100011 10000 100110

Color Harmonies of #525972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525972

Black with #525972

Text Example


Text Example

White with #525972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525972; }

 p { color: rgb(82,89,114); }

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

background-color css

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

 a { background-color: rgb(82,89,114); }

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

border-color css

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

 span { border-color: rgb(82,89,114); }

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