#505362

Color #505362 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #505362

Tints of Bright Grey #505362

Color information

#505362 (or 0x505362) is unknown color: approx Bright Grey. HEX triplet: 50, 53 and 62. RGB value is (80,83,98). Sum of RGB (Red+Green+Blue) = 80+83+98=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #505362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505362 is #AFAC9D. Grayscale: #535353. Windows color (decimal): -11512990 or 6443856. OLE color: 6443856.

HSL color Cylindrical-coordinate representation of color #505362: hue angle of 230º 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 #505362 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808398-
CMYK0.180.1500.62
HSL230º10.11%34.9%-
HSV(B)230º18.37%38.43%-
XYZ8.618.7712.8-
YUV83.81136.01125.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=30.65%
G=31.80%
B=37.55%

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
Decimal8083980.180.1500.6223010.1134.9
Hex50536212F03Ee6a23
Octal12012314222170763461243
Binary1010000101001111000101001011110111110111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505362; }

 p { color: rgb(80,83,98); }

 H1.HeaderClassName
 {
   color: #505362;
 }
 .AnyTagClassName
 {
   color: #505362;
 }
</style>
background-color css

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

 a { background-color: rgb(80,83,98); }

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

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

 span { border-color: rgb(80,83,98); }

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