#525369

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

Shades of East Bay #525369

Tints of East Bay #525369

Color information

#525369 (or 0x525369) is unknown color: approx East Bay. HEX triplet: 52, 53 and 69. RGB value is (82,83,105). Sum of RGB (Red+Green+Blue) = 82+83+105=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #525369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525369 is #ADAC96. Grayscale: #555555. Windows color (decimal): -11381911 or 6902610. OLE color: 6902610.

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

Color convert

RGB8283105-
CMYK0.220.2100.59
HSL237.39º12.3%36.67%-
HSV(B)237.39º21.9%41.18%-
XYZ9.12914.62-
YUV85.21139.17125.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=30.37%
G=30.74%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82831050.220.2100.59237.3912.336.67
Hex525369161503Bedc25
Octal12212315126250733551445
Binary10100101010011110100110110101010111011111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525369; }

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

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

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

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

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

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

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

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