Html Css Color HEX #505271 East Bay

📋 copy color: '#505271'

red 80 ◦ green 82 ◦ blue 113

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

Shades of East Bay #505271

Tints of East Bay #505271

RGB

 RED value IS 80 (31.64% from 255) = 29.09%

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

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 29.09%
G = 29.82%
B = 41.09%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505271 (or 0x505271) is known color: East Bay. HEX triplet: 50, 52 and 71. RGB value is (80,82,113). Sum of RGB (Red+Green+Blue) = 80+82+113=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #505271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505271 is #AFAD8E. Grayscale: #545454. Windows color (decimal): -11513231 or 7426640. OLE color: 7426640.

HSL color Cylindrical-coordinate representation of color #505271: hue angle of 236.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505271 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 82 113 -
CMYK 0.29 0.27 0 0.56
HSL 236.36º 0.17% 0.38% -
HSV(B) 236.36º 0.29% 0.44% -
XYZ 9.31 8.93 16.86 -
YUV 84.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 80 82 113 0.29 0.27 0 0.56 236.36 0.17 0.38
Hex 50 52 71 1D 1B 0 38 EC 11 26
Octal 120 122 161 35 33 0 70 354 21 46
Binary 1010000 1010010 1110001 11101 11011 0 111000 11101100 10001 100110

Color Harmonies of #505271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505271

Black with #505271

Text Example


Text Example

White with #505271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505271; }

 p { color: rgb(80,82,113); }

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

background-color css

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

 a { background-color: rgb(80,82,113); }

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

border-color css

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

 span { border-color: rgb(80,82,113); }

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