Html Css Color HEX #52576A East Bay

📋 copy color: '#52576A'

red 82 ◦ green 87 ◦ blue 106

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

Shades of East Bay #52576A

Tints of East Bay #52576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 29.82%
G = 31.64%
B = 38.55%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52576A (or 0x52576A) is known color: East Bay. HEX triplet: 52, 57 and 6A. RGB value is (82,87,106). Sum of RGB (Red+Green+Blue) = 82+87+106=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #52576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52576A is #ADA895. Grayscale: #575757. Windows color (decimal): -11380886 or 6969170. OLE color: 6969170.

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

Color convert

RGB 82 87 106 -
CMYK 0.23 0.18 0 0.58
HSL 227.5º 0.13% 0.37% -
HSV(B) 227.5º 0.23% 0.42% -
XYZ 9.49 9.65 15 -
YUV 87.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 82 87 106 0.23 0.18 0 0.58 227.5 0.13 0.37
Hex 52 57 6A 17 12 0 3A E4 D 25
Octal 122 127 152 27 22 0 72 344 15 45
Binary 1010010 1010111 1101010 10111 10010 0 111010 11100100 1101 100101

Color Harmonies of #52576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52576A

Black with #52576A

Text Example


Text Example

White with #52576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52576A; }

 p { color: rgb(82,87,106); }

 H1.HeaderClassName
 {
   color: #52576A;
 }
 .AnyTagClassName
 {
   color: #52576A;
 }
</style>

background-color css

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

 a { background-color: rgb(82,87,106); }

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

border-color css

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

 span { border-color: rgb(82,87,106); }

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