#505766

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

Shades of Bright Grey #505766

Tints of Bright Grey #505766

Color information

#505766 (or 0x505766) is unknown color: approx Bright Grey. HEX triplet: 50, 57 and 66. RGB value is (80,87,102). Sum of RGB (Red+Green+Blue) = 80+87+102=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #505766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505766 is #AFA899. Grayscale: #565656. Windows color (decimal): -11511962 or 6707024. OLE color: 6707024.

HSL color Cylindrical-coordinate representation of color #505766: hue angle of 220.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505766 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8087102-
CMYK0.220.1500.6
HSL220.91º12.09%35.69%-
HSV(B)220.91º21.57%40%-
XYZ9.119.4813.92-
YUV86.62136.68123.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=29.74%
G=32.34%
B=37.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80871020.220.1500.6220.9112.0935.69
Hex50576616F03Cddc24
Octal12012714626170743351444
Binary1010000101011111001101011011110111100110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505766; }

 p { color: rgb(80,87,102); }

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

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

 a { background-color: rgb(80,87,102); }

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

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

 span { border-color: rgb(80,87,102); }

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