Html Css Color HEX #52556E East Bay

📋 copy color: '#52556E'

red 82 ◦ green 85 ◦ blue 110

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

Shades of East Bay #52556E

Tints of East Bay #52556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 29.6%
G = 30.69%
B = 39.71%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52556E (or 0x52556E) is known color: East Bay. HEX triplet: 52, 55 and 6E. RGB value is (82,85,110). Sum of RGB (Red+Green+Blue) = 82+85+110=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #52556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556E is #ADAA91. Grayscale: #565656. Windows color (decimal): -11381394 or 7230802. OLE color: 7230802.

HSL color Cylindrical-coordinate representation of color #52556E: hue angle of 233.57º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52556E is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 85 110 -
CMYK 0.25 0.23 0 0.57
HSL 233.57º 0.15% 0.38% -
HSV(B) 233.57º 0.25% 0.43% -
XYZ 9.54 9.42 16.07 -
YUV 86.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 82 85 110 0.25 0.23 0 0.57 233.57 0.15 0.38
Hex 52 55 6E 19 17 0 39 EA F 26
Octal 122 125 156 31 27 0 71 352 17 46
Binary 1010010 1010101 1101110 11001 10111 0 111001 11101010 1111 100110

Color Harmonies of #52556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52556E

Black with #52556E

Text Example


Text Example

White with #52556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52556E; }

 p { color: rgb(82,85,110); }

 H1.HeaderClassName
 {
   color: #52556E;
 }
 .AnyTagClassName
 {
   color: #52556E;
 }
</style>

background-color css

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

 a { background-color: rgb(82,85,110); }

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

border-color css

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

 span { border-color: rgb(82,85,110); }

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