Html Css Color HEX #53545F Bright Grey

📋 copy color: '#53545F'

red 83 ◦ green 84 ◦ blue 95

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

Shades of Bright Grey #53545F

Tints of Bright Grey #53545F

RGB

 RED value IS 83 (32.81% from 255) = 31.68%

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 31.68%
G = 32.06%
B = 36.26%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53545F (or 0x53545F) is known color: Bright Grey. HEX triplet: 53, 54 and 5F. RGB value is (83,84,95). Sum of RGB (Red+Green+Blue) = 83+84+95=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #53545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53545F is #ACABA0. Grayscale: #545454. Windows color (decimal): -11316129 or 6247507. OLE color: 6247507.

HSL color Cylindrical-coordinate representation of color #53545F: hue angle of 235º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53545F is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 84 95 -
CMYK 0.13 0.12 0 0.63
HSL 235º 0.07% 0.35% -
HSV(B) 235º 0.13% 0.37% -
XYZ 8.8 9.01 12.1 -
YUV 84.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 83 84 95 0.13 0.12 0 0.63 235 0.07 0.35
Hex 53 54 5F D C 0 3F EB 7 23
Octal 123 124 137 15 14 0 77 353 7 43
Binary 1010011 1010100 1011111 1101 1100 0 111111 11101011 111 100011

Color Harmonies of #53545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53545F

Black with #53545F

Text Example


Text Example

White with #53545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53545F; }

 p { color: rgb(83,84,95); }

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

background-color css

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

 a { background-color: rgb(83,84,95); }

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

border-color css

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

 span { border-color: rgb(83,84,95); }

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