#545B62

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

Shades of Bright Grey #545B62

Tints of Bright Grey #545B62

Color information

#545B62 (or 0x545B62) is unknown color: approx Bright Grey. HEX triplet: 54, 5B and 62. RGB value is (84,91,98). Sum of RGB (Red+Green+Blue) = 84+91+98=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #545B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B62 is #ABA49D. Grayscale: #595959. Windows color (decimal): -11248798 or 6445908. OLE color: 6445908.

HSL color Cylindrical-coordinate representation of color #545B62: hue angle of 210º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545B62 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB849198-
CMYK0.140.0700.62
HSL210º7.69%35.69%-
HSV(B)210º14.29%38.43%-
XYZ9.610.2513.03-
YUV89.7132.68123.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=30.77%
G=33.33%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8491980.140.0700.622107.6935.69
Hex545B62E703Ed2824
Octal1241331421670763221044
Binary10101001011011110001011101110111110110100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B62; }

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

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

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

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

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

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

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

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