Html Css Color HEX #525869 East Bay

📋 copy color: '#525869'

red 82 ◦ green 88 ◦ blue 105

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

Shades of East Bay #525869

Tints of East Bay #525869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 29.82%
G = 32%
B = 38.18%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525869 (or 0x525869) is known color: East Bay. HEX triplet: 52, 58 and 69. RGB value is (82,88,105). Sum of RGB (Red+Green+Blue) = 82+88+105=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #525869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525869 is #ADA796. Grayscale: #585858. Windows color (decimal): -11380631 or 6903890. OLE color: 6903890.

HSL color Cylindrical-coordinate representation of color #525869: hue angle of 224.35º 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 #525869 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 88 105 -
CMYK 0.22 0.16 0 0.59
HSL 224.35º 0.12% 0.37% -
HSV(B) 224.35º 0.22% 0.41% -
XYZ 9.52 9.79 14.75 -
YUV 88.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 82 88 105 0.22 0.16 0 0.59 224.35 0.12 0.37
Hex 52 58 69 16 10 0 3B E0 C 25
Octal 122 130 151 26 20 0 73 340 14 45
Binary 1010010 1011000 1101001 10110 10000 0 111011 11100000 1100 100101

Color Harmonies of #525869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525869

Black with #525869

Text Example


Text Example

White with #525869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525869; }

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

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

background-color css

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

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

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

border-color css

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

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

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