Html Css Color HEX #53575F Bright Grey

📋 copy color: '#53575F'

red 83 ◦ green 87 ◦ blue 95

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

Shades of Bright Grey #53575F

Tints of Bright Grey #53575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 31.32%
G = 32.83%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53575F (or 0x53575F) is known color: Bright Grey. HEX triplet: 53, 57 and 5F. RGB value is (83,87,95). Sum of RGB (Red+Green+Blue) = 83+87+95=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #53575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53575F is #ACA8A0. Grayscale: #565656. Windows color (decimal): -11315361 or 6248275. OLE color: 6248275.

HSL color Cylindrical-coordinate representation of color #53575F: hue angle of 220º 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 #53575F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 87 95 -
CMYK 0.13 0.08 0 0.63
HSL 220º 0.07% 0.35% -
HSV(B) 220º 0.13% 0.37% -
XYZ 9.04 9.48 12.18 -
YUV 86.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 83 87 95 0.13 0.08 0 0.63 220 0.07 0.35
Hex 53 57 5F D 8 0 3F DC 7 23
Octal 123 127 137 15 10 0 77 334 7 43
Binary 1010011 1010111 1011111 1101 1000 0 111111 11011100 111 100011

Color Harmonies of #53575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53575F

Black with #53575F

Text Example


Text Example

White with #53575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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