#505261

Color #505261 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #505261

Tints of East Bay #505261

Color information

#505261 (or 0x505261) is unknown color: approx 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

RGB808297-
CMYK0.180.1500.62
HSL232.94º9.6%34.71%-
HSV(B)232.94º17.53%38.04%-
XYZ8.488.612.52-
YUV83.11135.84125.78-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8082970.180.1500.62232.949.634.71
Hex50526112F03Ee9a23
Octal12012214122170763511243
Binary1010000101001011000011001011110111110111010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>