Html Css Color HEX #52536C East Bay

📋 copy color: '#52536C'

red 82 ◦ green 83 ◦ blue 108

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

Shades of East Bay #52536C

Tints of East Bay #52536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 30.04%
G = 30.4%
B = 39.56%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52536C (or 0x52536C) is known color: East Bay. HEX triplet: 52, 53 and 6C. RGB value is (82,83,108). Sum of RGB (Red+Green+Blue) = 82+83+108=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #52536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536C is #ADAC93. Grayscale: #555555. Windows color (decimal): -11381908 or 7099218. OLE color: 7099218.

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

Color convert

RGB 82 83 108 -
CMYK 0.24 0.23 0 0.58
HSL 237.69º 0.14% 0.37% -
HSV(B) 237.69º 0.24% 0.42% -
XYZ 9.28 9.06 15.45 -
YUV 85.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 82 83 108 0.24 0.23 0 0.58 237.69 0.14 0.37
Hex 52 53 6C 18 17 0 3A EE E 25
Octal 122 123 154 30 27 0 72 356 16 45
Binary 1010010 1010011 1101100 11000 10111 0 111010 11101110 1110 100101

Color Harmonies of #52536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52536C

Black with #52536C

Text Example


Text Example

White with #52536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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