Html Css Color HEX #515357 Bright Grey

📋 copy color: '#515357'

red 81 ◦ green 83 ◦ blue 87

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

Shades of Bright Grey #515357

Tints of Bright Grey #515357

RGB

 RED value IS 81 (32.03% from 255) = 32.27%

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 32.27%
G = 33.07%
B = 34.66%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515357 (or 0x515357) is known color: Bright Grey. HEX triplet: 51, 53 and 57. RGB value is (81,83,87). Sum of RGB (Red+Green+Blue) = 81+83+87=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: blue. Hex color #515357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515357 is #AEACA8. Grayscale: #525252. Windows color (decimal): -11447465 or 5722961. OLE color: 5722961.

HSL color Cylindrical-coordinate representation of color #515357: hue angle of 220º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515357 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 83 87 -
CMYK 0.07 0.05 0 0.66
HSL 220º 0.04% 0.33% -
HSV(B) 220º 0.07% 0.34% -
XYZ 8.21 8.62 10.25 -
YUV 82.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 81 83 87 0.07 0.05 0 0.66 220 0.04 0.33
Hex 51 53 57 7 5 0 42 DC 4 21
Octal 121 123 127 7 5 0 102 334 4 41
Binary 1010001 1010011 1010111 111 101 0 1000010 11011100 100 100001

Color Harmonies of #515357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515357

Black with #515357

Text Example


Text Example

White with #515357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515357; }

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

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

background-color css

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

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

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

border-color css

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

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

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