Html Css Color HEX #545963 Bright Grey

📋 copy color: '#545963'

red 84 ◦ green 89 ◦ blue 99

#545963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #545963

Tints of Bright Grey #545963

RGB

 RED value IS 84 (33.2% from 255) = 30.88%

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 99 (39.06% from 255) = 36.4%

R = 30.88%
G = 32.72%
B = 36.4%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545963 (or 0x545963) is known color: Bright Grey. HEX triplet: 54, 59 and 63. RGB value is (84,89,99). Sum of RGB (Red+Green+Blue) = 84+89+99=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #545963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545963 is #ABA69C. Grayscale: #585858. Windows color (decimal): -11249309 or 6510932. OLE color: 6510932.

HSL color Cylindrical-coordinate representation of color #545963: hue angle of 220º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545963 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 89 99 -
CMYK 0.15 0.10 0 0.61
HSL 220º 0.08% 0.36% -
HSV(B) 220º 0.15% 0.39% -
XYZ 9.48 9.93 13.22 -
YUV 88.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 84 89 99 0.15 0.10 0 0.61 220 0.08 0.36
Hex 54 59 63 F A 0 3D DC 8 24
Octal 124 131 143 17 12 0 75 334 10 44
Binary 1010100 1011001 1100011 1111 1010 0 111101 11011100 1000 100100

Color Harmonies of #545963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545963

Black with #545963

Text Example


Text Example

White with #545963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545963; }

 p { color: rgb(84,89,99); }

 H1.HeaderClassName
 {
   color: #545963;
 }
 .AnyTagClassName
 {
   color: #545963;
 }
</style>

background-color css

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

 a { background-color: rgb(84,89,99); }

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

border-color css

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

 span { border-color: rgb(84,89,99); }

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