#525363

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

Shades of East Bay #525363

Tints of East Bay #525363

Color information

#525363 (or 0x525363) is unknown color: approx East Bay. HEX triplet: 52, 53 and 63. RGB value is (82,83,99). Sum of RGB (Red+Green+Blue) = 82+83+99=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #525363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525363 is #ADAC9C. Grayscale: #545454. Windows color (decimal): -11381917 or 6509394. OLE color: 6509394.

HSL color Cylindrical-coordinate representation of color #525363: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525363 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB828399-
CMYK0.170.1600.61
HSL236.47º9.39%35.49%-
HSV(B)236.47º17.17%38.82%-
XYZ8.838.8813.05-
YUV84.52136.17126.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=31.06%
G=31.44%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8283990.170.1600.61236.479.3935.49
Hex525363111003Dec923
Octal12212314321200753541143
Binary10100101010011110001110001100000111101111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525363; }

 p { color: rgb(82,83,99); }

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

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

 a { background-color: rgb(82,83,99); }

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

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

 span { border-color: rgb(82,83,99); }

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