#505462

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

Shades of Bright Grey #505462

Tints of Bright Grey #505462

Color information

#505462 (or 0x505462) is unknown color: approx Bright Grey. HEX triplet: 50, 54 and 62. RGB value is (80,84,98). Sum of RGB (Red+Green+Blue) = 80+84+98=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #505462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505462 is #AFAB9D. Grayscale: #545454. Windows color (decimal): -11512734 or 6444112. OLE color: 6444112.

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

Color convert

RGB808498-
CMYK0.180.1400.62
HSL226.67º10.11%34.9%-
HSV(B)226.67º18.37%38.43%-
XYZ8.688.9312.82-
YUV84.4135.67124.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=30.53%
G=32.06%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8084980.180.1400.62226.6710.1134.9
Hex50546212E03Ee3a23
Octal12012414222160763431243
Binary1010000101010011000101001011100111110111000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505462; }

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

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

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

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

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

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

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

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