Html Css Color HEX #525A6E East Bay

📋 copy color: '#525A6E'

red 82 ◦ green 90 ◦ blue 110

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

Shades of East Bay #525A6E

Tints of East Bay #525A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 29.08%
G = 31.91%
B = 39.01%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#525A6E (or 0x525A6E) is known color: East Bay. HEX triplet: 52, 5A and 6E. RGB value is (82,90,110). Sum of RGB (Red+Green+Blue) = 82+90+110=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #525A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A6E is #ADA591. Grayscale: #595959. Windows color (decimal): -11380114 or 7232082. OLE color: 7232082.

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

Color convert

RGB 82 90 110 -
CMYK 0.25 0.18 0 0.57
HSL 222.86º 0.15% 0.38% -
HSV(B) 222.86º 0.25% 0.43% -
XYZ 9.95 10.23 16.2 -
YUV 89.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 82 90 110 0.25 0.18 0 0.57 222.86 0.15 0.38
Hex 52 5A 6E 19 12 0 39 DF F 26
Octal 122 132 156 31 22 0 71 337 17 46
Binary 1010010 1011010 1101110 11001 10010 0 111001 11011111 1111 100110

Color Harmonies of #525A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A6E

Black with #525A6E

Text Example


Text Example

White with #525A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,90,110); }

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

background-color css

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

 a { background-color: rgb(82,90,110); }

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

border-color css

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

 span { border-color: rgb(82,90,110); }

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