#525362

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

Shades of East Bay #525362

Tints of East Bay #525362

Color information

#525362 (or 0x525362) is unknown color: approx East Bay. HEX triplet: 52, 53 and 62. RGB value is (82,83,98). Sum of RGB (Red+Green+Blue) = 82+83+98=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #525362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525362 is #ADAC9D. Grayscale: #545454. Windows color (decimal): -11381918 or 6443858. OLE color: 6443858.

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

Color convert

RGB828398-
CMYK0.160.1500.62
HSL236.25º8.89%35.29%-
HSV(B)236.25º16.33%38.43%-
XYZ8.788.8612.8-
YUV84.41135.67126.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=31.18%
G=31.56%
B=37.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8283980.160.1500.62236.258.8935.29
Hex52536210F03Eec923
Octal12212314220170763541143
Binary1010010101001111000101000011110111110111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525362; }

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

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

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

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

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

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

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

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