#505B68

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

Shades of Bright Grey #505B68

Tints of Bright Grey #505B68

Color information

#505B68 (or 0x505B68) is unknown color: approx Bright Grey. HEX triplet: 50, 5B and 68. RGB value is (80,91,104). Sum of RGB (Red+Green+Blue) = 80+91+104=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #505B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B68 is #AFA497. Grayscale: #595959. Windows color (decimal): -11510936 or 6839120. OLE color: 6839120.

HSL color Cylindrical-coordinate representation of color #505B68: hue angle of 212.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505B68 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8091104-
CMYK0.230.1200.59
HSL212.5º13.04%36.08%-
HSV(B)212.5º23.08%40.78%-
XYZ9.5510.1914.56-
YUV89.19136.36121.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=29.09%
G=33.09%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80911040.230.1200.59212.513.0436.08
Hex505B6817C03Bd4d24
Octal12013315027140733241544
Binary1010000101101111010001011111000111011110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B68; }

 p { color: rgb(80,91,104); }

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

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

 a { background-color: rgb(80,91,104); }

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

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

 span { border-color: rgb(80,91,104); }

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