Html Css Color HEX #525669 East Bay

📋 copy color: '#525669'

red 82 ◦ green 86 ◦ blue 105

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

Shades of East Bay #525669

Tints of East Bay #525669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 30.04%
G = 31.5%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525669 (or 0x525669) is known color: East Bay. HEX triplet: 52, 56 and 69. RGB value is (82,86,105). Sum of RGB (Red+Green+Blue) = 82+86+105=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #525669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525669 is #ADA996. Grayscale: #565656. Windows color (decimal): -11381143 or 6903378. OLE color: 6903378.

HSL color Cylindrical-coordinate representation of color #525669: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525669 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 86 105 -
CMYK 0.22 0.18 0 0.59
HSL 229.57º 0.12% 0.37% -
HSV(B) 229.57º 0.22% 0.41% -
XYZ 9.36 9.47 14.7 -
YUV 86.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 82 86 105 0.22 0.18 0 0.59 229.57 0.12 0.37
Hex 52 56 69 16 12 0 3B E6 C 25
Octal 122 126 151 26 22 0 73 346 14 45
Binary 1010010 1010110 1101001 10110 10010 0 111011 11100110 1100 100101

Color Harmonies of #525669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525669

Black with #525669

Text Example


Text Example

White with #525669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525669; }

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

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

background-color css

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

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

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

border-color css

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

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

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