#505A69

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

Shades of Bright Grey #505A69

Tints of Bright Grey #505A69

Color information

#505A69 (or 0x505A69) is unknown color: approx Bright Grey. HEX triplet: 50, 5A and 69. RGB value is (80,90,105). Sum of RGB (Red+Green+Blue) = 80+90+105=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #505A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A69 is #AFA596. Grayscale: #585858. Windows color (decimal): -11511191 or 6904400. OLE color: 6904400.

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

Color convert

RGB8090105-
CMYK0.240.1400.59
HSL216º13.51%36.27%-
HSV(B)216º23.81%41.18%-
XYZ9.5110.0414.8-
YUV88.72137.19121.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=29.09%
G=32.73%
B=38.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80901050.240.1400.5921613.5136.27
Hex505A6918E03Bd8e24
Octal12013215130160733301644
Binary1010000101101011010011100011100111011110110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,105); }

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

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

 a { background-color: rgb(80,90,105); }

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

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

 span { border-color: rgb(80,90,105); }

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