Html Css Color HEX #505261 East Bay

📋 copy color: '#505261'

red 80 ◦ green 82 ◦ blue 97

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

Shades of East Bay #505261

Tints of East Bay #505261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 30.89%
G = 31.66%
B = 37.45%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505261 (or 0x505261) is known color: East Bay. HEX triplet: 50, 52 and 61. RGB value is (80,82,97). Sum of RGB (Red+Green+Blue) = 80+82+97=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #505261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505261 is #AFAD9E. Grayscale: #535353. Windows color (decimal): -11513247 or 6378064. OLE color: 6378064.

HSL color Cylindrical-coordinate representation of color #505261: hue angle of 232.94º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505261 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 82 97 -
CMYK 0.18 0.15 0 0.62
HSL 232.94º 0.1% 0.35% -
HSV(B) 232.94º 0.18% 0.38% -
XYZ 8.48 8.6 12.52 -
YUV 83.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 80 82 97 0.18 0.15 0 0.62 232.94 0.1 0.35
Hex 50 52 61 12 F 0 3E E9 A 23
Octal 120 122 141 22 17 0 76 351 12 43
Binary 1010000 1010010 1100001 10010 1111 0 111110 11101001 1010 100011

Color Harmonies of #505261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505261

Black with #505261

Text Example


Text Example

White with #505261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505261; }

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

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

background-color css

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

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

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

border-color css

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

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

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