#525677

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

Shades of East Bay #525677

Tints of East Bay #525677

Color information

#525677 (or 0x525677) is unknown color: approx East Bay. HEX triplet: 52, 56 and 77. RGB value is (82,86,119). Sum of RGB (Red+Green+Blue) = 82+86+119=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #525677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525677 is #ADA988. Grayscale: #585858. Windows color (decimal): -11381129 or 7820882. OLE color: 7820882.

HSL color Cylindrical-coordinate representation of color #525677: hue angle of 233.51º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525677 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8286119-
CMYK0.310.2800.53
HSL233.51º18.41%39.41%-
HSV(B)233.51º31.09%46.67%-
XYZ10.149.7818.81-
YUV88.57145.17123.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=28.57%
G=29.97%
B=41.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82861190.310.2800.53233.5118.4139.41
Hex5256771F1C035ea1227
Octal12212616737340653522247
Binary101001010101101110111111111110001101011110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525677; }

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

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

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

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

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

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

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

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