#525670

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

Shades of East Bay #525670

Tints of East Bay #525670

Color information

#525670 (or 0x525670) is unknown color: approx East Bay. HEX triplet: 52, 56 and 70. RGB value is (82,86,112). Sum of RGB (Red+Green+Blue) = 82+86+112=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #525670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525670 is #ADA98F. Grayscale: #575757. Windows color (decimal): -11381136 or 7362130. OLE color: 7362130.

HSL color Cylindrical-coordinate representation of color #525670: hue angle of 232º 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 #525670 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8286112-
CMYK0.270.2300.56
HSL232º15.46%38.04%-
HSV(B)232º26.79%43.92%-
XYZ9.739.6216.67-
YUV87.77141.67123.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 112 (44.14% from 255) = 40%
R=29.29%
G=30.71%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82861120.270.2300.5623215.4638.04
Hex5256701B17038e8f26
Octal12212616033270703501746
Binary10100101010110111000011011101110111000111010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525670; }

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

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

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

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

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

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

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

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