Html Css Color HEX #525B6D East Bay

📋 copy color: '#525B6D'

red 82 ◦ green 91 ◦ blue 109

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

Shades of East Bay #525B6D

Tints of East Bay #525B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 29.08%
G = 32.27%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#525B6D (or 0x525B6D) is known color: East Bay. HEX triplet: 52, 5B and 6D. RGB value is (82,91,109). Sum of RGB (Red+Green+Blue) = 82+91+109=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #525B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6D is #ADA492. Grayscale: #5A5A5A. Windows color (decimal): -11379859 or 7166802. OLE color: 7166802.

HSL color Cylindrical-coordinate representation of color #525B6D: hue angle of 220º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525B6D is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 91 109 -
CMYK 0.25 0.17 0 0.57
HSL 220º 0.14% 0.37% -
HSV(B) 220º 0.25% 0.43% -
XYZ 9.98 10.38 15.95 -
YUV 90.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 82 91 109 0.25 0.17 0 0.57 220 0.14 0.37
Hex 52 5B 6D 19 11 0 39 DC E 25
Octal 122 133 155 31 21 0 71 334 16 45
Binary 1010010 1011011 1101101 11001 10001 0 111001 11011100 1110 100101

Color Harmonies of #525B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B6D

Black with #525B6D

Text Example


Text Example

White with #525B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B6D; }

 p { color: rgb(82,91,109); }

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

background-color css

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

 a { background-color: rgb(82,91,109); }

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

border-color css

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

 span { border-color: rgb(82,91,109); }

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