#525668

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

Shades of East Bay #525668

Tints of East Bay #525668

Color information

#525668 (or 0x525668) is unknown color: approx East Bay. HEX triplet: 52, 56 and 68. RGB value is (82,86,104). Sum of RGB (Red+Green+Blue) = 82+86+104=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #525668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525668 is #ADA997. Grayscale: #565656. Windows color (decimal): -11381144 or 6837842. OLE color: 6837842.

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

Color convert

RGB8286104-
CMYK0.210.1700.59
HSL229.09º11.83%36.47%-
HSV(B)229.09º21.15%40.78%-
XYZ9.319.4514.43-
YUV86.86137.67124.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=30.15%
G=31.62%
B=38.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82861040.210.1700.59229.0911.8336.47
Hex525668151103Be5c24
Octal12212615025210733451444
Binary10100101010110110100010101100010111011111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525668; }

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

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

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

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

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

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

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

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