#525770

Color #525770 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #525770

Tints of East Bay #525770

Color information

#525770 (or 0x525770) is unknown color: approx East Bay. HEX triplet: 52, 57 and 70. RGB value is (82,87,112). Sum of RGB (Red+Green+Blue) = 82+87+112=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #525770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525770 is #ADA88F. Grayscale: #585858. Windows color (decimal): -11380880 or 7362386. OLE color: 7362386.

HSL color Cylindrical-coordinate representation of color #525770: hue angle of 230º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525770 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8287112-
CMYK0.270.2200.56
HSL230º15.46%38.04%-
HSV(B)230º26.79%43.92%-
XYZ9.819.7816.7-
YUV88.35141.34123.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=29.18%
G=30.96%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82871120.270.2200.5623015.4638.04
Hex5257701B16038e6f26
Octal12212716033260703461746
Binary10100101010111111000011011101100111000111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525770; }

 p { color: rgb(82,87,112); }

 H1.HeaderClassName
 {
   color: #525770;
 }
 .AnyTagClassName
 {
   color: #525770;
 }
</style>
background-color css

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

 a { background-color: rgb(82,87,112); }

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

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

 span { border-color: rgb(82,87,112); }

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