#525466

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

Shades of East Bay #525466

Tints of East Bay #525466

Color information

#525466 (or 0x525466) is unknown color: approx East Bay. HEX triplet: 52, 54 and 66. RGB value is (82,84,102). Sum of RGB (Red+Green+Blue) = 82+84+102=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #525466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525466 is #ADAB99. Grayscale: #555555. Windows color (decimal): -11381658 or 6706258. OLE color: 6706258.

HSL color Cylindrical-coordinate representation of color #525466: hue angle of 234º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525466 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8284102-
CMYK0.200.1800.6
HSL234º10.87%36.08%-
HSV(B)234º19.61%40%-
XYZ9.059.0913.85-
YUV85.45137.34125.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=30.60%
G=31.34%
B=38.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82841020.200.1800.623410.8736.08
Hex525466141203Ceab24
Octal12212414624220743521344
Binary10100101010100110011010100100100111100111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525466; }

 p { color: rgb(82,84,102); }

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

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

 a { background-color: rgb(82,84,102); }

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

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

 span { border-color: rgb(82,84,102); }

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