#52546B

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

Shades of East Bay #52546B

Tints of East Bay #52546B

Color information

#52546B (or 0x52546B) is unknown color: approx East Bay. HEX triplet: 52, 54 and 6B. RGB value is (82,84,107). Sum of RGB (Red+Green+Blue) = 82+84+107=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #52546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52546B is #ADAB94. Grayscale: #555555. Windows color (decimal): -11381653 or 7033938. OLE color: 7033938.

HSL color Cylindrical-coordinate representation of color #52546B: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52546B is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8284107-
CMYK0.230.2100.58
HSL235.2º13.23%37.06%-
HSV(B)235.2º23.36%41.96%-
XYZ9.39.215.19-
YUV86.02139.84125.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=30.04%
G=30.77%
B=39.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82841070.230.2100.58235.213.2337.06
Hex52546B171503Aebd25
Octal12212415327250723531545
Binary10100101010100110101110111101010111010111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52546B; }

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

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

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

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

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

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

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

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