Html Css Color HEX #52536B East Bay

📋 copy color: '#52536B'

red 82 ◦ green 83 ◦ blue 107

#52536B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #52536B

Tints of East Bay #52536B

RGB

 RED value IS 82 (32.42% from 255) = 30.15%

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 30.15%
G = 30.51%
B = 39.34%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52536B (or 0x52536B) is known color: East Bay. HEX triplet: 52, 53 and 6B. RGB value is (82,83,107). Sum of RGB (Red+Green+Blue) = 82+83+107=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #52536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536B is #ADAC94. Grayscale: #555555. Windows color (decimal): -11381909 or 7033682. OLE color: 7033682.

HSL color Cylindrical-coordinate representation of color #52536B: hue angle of 237.6º 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 #52536B is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 83 107 -
CMYK 0.23 0.22 0 0.58
HSL 237.6º 0.13% 0.37% -
HSV(B) 237.6º 0.23% 0.42% -
XYZ 9.23 9.04 15.17 -
YUV 85.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 82 83 107 0.23 0.22 0 0.58 237.6 0.13 0.37
Hex 52 53 6B 17 16 0 3A EE D 25
Octal 122 123 153 27 26 0 72 356 15 45
Binary 1010010 1010011 1101011 10111 10110 0 111010 11101110 1101 100101

Color Harmonies of #52536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52536B

Black with #52536B

Text Example


Text Example

White with #52536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52536B;
 }
 .AnyTagClassName
 {
   color: #52536B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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